Esempio n. 1
0
def validate_message_just_topic(value):
    value = cv.publish_topic(value)
    return MQTT_MESSAGE_BASE({CONF_TOPIC: value})
Esempio n. 2
0
def validate_message_just_topic(value):
    value = cv.publish_topic(value)
    return {CONF_TOPIC: value}