# Loads default set of integrations. Do not remove. default_config: # Load frontend themes from the themes folder frontend: themes: !include_dir_merge_named themes # Text to speech tts: - platform: google_translate automation: !include automations.yaml script: !include scripts.yaml scene: !include scenes.yaml mqtt: switch: - name: 'output-1' unique_id: output-1 state_topic: 'KC868_UAIR/409151804B48/state' command_topic: 'KC868_UAIR/409151804B48/set' payload_on: '{"relay1":{"on":1}}' payload_off: '{"relay1":{"on":0}}' value_template: '{{ value_json.relay1.on }}' state_on: true state_off: false