diff --git a/configuration.yaml b/configuration.yaml index 1c94bf99b..54fe1c634 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -50,7 +50,6 @@ ios: !include includes/ios.yaml media_player: !include includes/media_players.yaml homekit: !include includes/homekit.yaml plant: !include includes/plant.yaml -mqtt: !include includes/mqtt.yaml influxdb: !include includes/influxdb.yaml intent: intent_script: !include includes/intent_script.yaml diff --git a/includes/mqtt.yaml b/includes/mqtt.yaml deleted file mode 100644 index 5c5a30b86..000000000 --- a/includes/mqtt.yaml +++ /dev/null @@ -1,22 +0,0 @@ ---- -#- -# _ _ -# _ __ ___ __ _| |_| |_ -# | '_ ` _ \ / _` | __| __| -# | | | | | | (_| | |_| |_ -# |_| |_| |_|\__, |\__|\__| -# |_| -# -#- from github.com/basnijholt/home-assistant-config -climate: - - name: Thermostat - current_temperature_topic: events/central_heating/otmonitor/roomtemperature - temperature_command_topic: actions/otmonitor/setpoint - temperature_state_topic: events/central_heating/otmonitor/setpoint - min_temp: 5 - max_temp: 35 - initial: 17 - modes: - - heat - temp_step: 0.5 - precision: 0.5