completely new code structure + update esphome

This commit is contained in:
Blackymas
2022-11-03 21:07:55 +01:00
parent 36a5f6a0bb
commit b4d1087ee4
2 changed files with 2597 additions and 5224 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -119,6 +119,9 @@ button:
name: $device_name Restart name: $device_name Restart
id: restart_nspanel id: restart_nspanel
######################################### #########################################
# #
# #
@@ -308,6 +311,11 @@ binary_sensor:
# 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
name: $device_name Climate Target DOWN name: $device_name Climate Target DOWN
@@ -814,7 +822,17 @@ text_sensor:
name: $device_name last click coversettings name: $device_name last click coversettings
id: disp1_last_click_coversettings id: disp1_last_click_coversettings
update_interval: 50ms update_interval: 50ms
component_name: coverposition component_name: coversetting
##### last click weather page, the main action variable - push to HA #####
- platform: nextion
nextion_id: disp1
name: $device_name last click weathersettings
id: disp1_last_click_weathersettings
update_interval: 50ms
component_name: weathersetting
##### Wochentag SENSOR FROM HA ##### ##### Wochentag SENSOR FROM HA #####
# - platform: homeassistant # - platform: homeassistant