completely new code structure + update esphome
This commit is contained in:
7799
blueprint.yaml
7799
blueprint.yaml
File diff suppressed because it is too large
Load Diff
20
esphome.yaml
20
esphome.yaml
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user