コード例 #1
0
ファイル: mqtt.py プロジェクト: yottatsa/esphomeyaml
def validate_message_just_topic(value):
    value = cv.publish_topic(value)
    return MQTT_MESSAGE_BASE({CONF_TOPIC: value})
コード例 #2
0
def validate_message_just_topic(value):
    value = cv.publish_topic(value)
    return {CONF_TOPIC: value}