change Globals and Climate

This commit is contained in:
Blackymas
2022-11-08 10:13:15 +01:00
parent 1bf8a0b941
commit 7804d95e84

View File

@@ -234,17 +234,17 @@ api:
globals: globals:
##### Save Target Temp ##### # ##### Save Target Temp #####
- id: climate_target_temp_val_global # - id: climate_target_temp_val_global
type: float # type: float
restore_value: true # restore_value: true
initial_value: '12' # initial_value: '12'
##### Save Thermostat PIC Position ##### # ##### Save Thermostat PIC Position #####
- id: climate_slider_val_global # - id: climate_slider_val_global
type: int # type: int
restore_value: true # restore_value: true
initial_value: '0' # initial_value: '0'
##### Save Display Brightness for NSPanel reboot ##### ##### Save Display Brightness for NSPanel reboot #####
- id: display_brightness_global - id: display_brightness_global
@@ -264,37 +264,37 @@ globals:
restore_value: true restore_value: true
initial_value: '0' initial_value: '0'
##### Save State Heating Room ##### # ##### Save State Heating Room #####
- id: heating_room_global # - id: heating_room_global
type: int # type: int
restore_value: true # restore_value: true
initial_value: '0' # initial_value: '0'
##### Save State HVAC ##### ##### Save State HVAC #####
- id: hvac_mode_global # - id: hvac_mode_global
type: int # type: int
restore_value: true # restore_value: true
initial_value: '0' # initial_value: '0'
##### lastclick State ##### ##### lastclick_general State #####
- id: lastclick_general_global - id: lastclick_general_global
type: std::string type: std::string
restore_value: no restore_value: no
initial_value: '' initial_value: ''
##### lastclick State ##### ##### lastclick_lightsettings State #####
- id: lastclick_lightsettings_global - id: lastclick_lightsettings_global
type: std::string type: std::string
restore_value: no restore_value: no
initial_value: '' initial_value: ''
##### lastclick State ##### ##### lastclick_coversettings State #####
- id: lastclick_coversettings_global - id: lastclick_coversettings_global
type: std::string type: std::string
restore_value: no restore_value: no
initial_value: '' initial_value: ''
##### lastclick State ##### ##### lastclick_climatesettings State #####
- id: lastclick_climatesettings_global - id: lastclick_climatesettings_global
type: std::string type: std::string
restore_value: no restore_value: no