Update BETA_esphome.yaml
This commit is contained in:
@@ -9,8 +9,8 @@ substitutions:
|
|||||||
wifi_ssid: !secret wifi_ssid # add in your esphome secrets file.
|
wifi_ssid: !secret wifi_ssid # add in your esphome secrets file.
|
||||||
wifi_password: !secret wifi_password # add in your esphome secrets file.
|
wifi_password: !secret wifi_password # add in your esphome secrets file.
|
||||||
ota_password: !secret ota_password # add in your esphome secrets file.
|
ota_password: !secret ota_password # add in your esphome secrets file.
|
||||||
nextion_update_url: !secret nextion_update_url_buero # add in your esphome secrets file.
|
# nextion_update_url: !secret nextion_update_url_buero # add in your esphome secrets file.
|
||||||
|
nextion_update_url: "http://192.168.4.250:8123/local/nspanel/buero/nspanel_buero.tft"
|
||||||
###### EDIT THE BELOW ENTITIES FOR YOURS... #######################################################################
|
###### EDIT THE BELOW ENTITIES FOR YOURS... #######################################################################
|
||||||
|
|
||||||
#ha_weekday: sensor.wochentag ##### Sensor Wochentag generiert in HA (custom_configuration -> nspanel) #####
|
#ha_weekday: sensor.wochentag ##### Sensor Wochentag generiert in HA (custom_configuration -> nspanel) #####
|
||||||
@@ -296,8 +296,8 @@ binary_sensor:
|
|||||||
pin:
|
pin:
|
||||||
number: 14
|
number: 14
|
||||||
inverted: true
|
inverted: true
|
||||||
on_click:
|
# on_click:
|
||||||
- switch.toggle: relay_1
|
# - switch.toggle: relay_1
|
||||||
|
|
||||||
##### RIGHT BUTTON BELOW DISPLAY TO TOGGLE RELAY #####
|
##### RIGHT BUTTON BELOW DISPLAY TO TOGGLE RELAY #####
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
@@ -305,8 +305,8 @@ binary_sensor:
|
|||||||
pin:
|
pin:
|
||||||
number: 27
|
number: 27
|
||||||
inverted: true
|
inverted: true
|
||||||
on_click:
|
# on_click:
|
||||||
- switch.toggle: relay_2
|
# - switch.toggle: relay_2
|
||||||
|
|
||||||
##### THERMOSTAT - BUTTON DECREASES CLIMATE TARGET TEMPERATURE IN HA #####
|
##### THERMOSTAT - BUTTON DECREASES CLIMATE TARGET TEMPERATURE IN HA #####
|
||||||
- platform: nextion
|
- platform: nextion
|
||||||
|
|||||||
Reference in New Issue
Block a user