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