Use consistent true throughout
This commit is contained in:
parent
2090da9278
commit
ccdff6a9ca
@ -76,37 +76,37 @@ esp32:
|
|||||||
globals:
|
globals:
|
||||||
- id: gas_resistance_ceiling
|
- id: gas_resistance_ceiling
|
||||||
type: int
|
type: int
|
||||||
restore_value: yes
|
restore_value: true
|
||||||
initial_value: "200"
|
initial_value: "200"
|
||||||
|
|
||||||
- id: temperature_offset
|
- id: temperature_offset
|
||||||
type: float
|
type: float
|
||||||
restore_value: yes
|
restore_value: true
|
||||||
initial_value: "0.0"
|
initial_value: "0.0"
|
||||||
|
|
||||||
- id: humidity_offset
|
- id: humidity_offset
|
||||||
type: float
|
type: float
|
||||||
restore_value: yes
|
restore_value: true
|
||||||
initial_value: "0.0"
|
initial_value: "0.0"
|
||||||
|
|
||||||
- id: pir_hold_time
|
- id: pir_hold_time
|
||||||
type: int
|
type: int
|
||||||
restore_value: yes
|
restore_value: true
|
||||||
initial_value: "15"
|
initial_value: "15"
|
||||||
|
|
||||||
- id: light_presence_threshold
|
- id: light_presence_threshold
|
||||||
type: int
|
type: int
|
||||||
restore_value: yes
|
restore_value: true
|
||||||
initial_value: "30"
|
initial_value: "30"
|
||||||
|
|
||||||
- id: occupancy_detect_mode
|
- id: occupancy_detect_mode
|
||||||
type: int
|
type: int
|
||||||
restore_value: yes
|
restore_value: true
|
||||||
initial_value: "0"
|
initial_value: "0"
|
||||||
|
|
||||||
- id: occupancy_clear_mode
|
- id: occupancy_clear_mode
|
||||||
type: int
|
type: int
|
||||||
restore_value: yes
|
restore_value: true
|
||||||
initial_value: "0"
|
initial_value: "0"
|
||||||
|
|
||||||
- id: last_api_connected_time
|
- id: last_api_connected_time
|
||||||
@ -1004,8 +1004,8 @@ select:
|
|||||||
- "Light Only" # 001 = 1
|
- "Light Only" # 001 = 1
|
||||||
- "None" # 000 = 0
|
- "None" # 000 = 0
|
||||||
initial_option: "None"
|
initial_option: "None"
|
||||||
optimistic: yes
|
optimistic: true
|
||||||
restore_value: yes
|
restore_value: true
|
||||||
set_action:
|
set_action:
|
||||||
- globals.set:
|
- globals.set:
|
||||||
id: occupancy_detect_mode
|
id: occupancy_detect_mode
|
||||||
@ -1066,8 +1066,8 @@ select:
|
|||||||
- "Light Only" # 001 = 1
|
- "Light Only" # 001 = 1
|
||||||
- "None" # 000 = 0
|
- "None" # 000 = 0
|
||||||
initial_option: "None"
|
initial_option: "None"
|
||||||
optimistic: yes
|
optimistic: true
|
||||||
restore_value: yes
|
restore_value: true
|
||||||
set_action:
|
set_action:
|
||||||
- globals.set:
|
- globals.set:
|
||||||
id: occupancy_clear_mode
|
id: occupancy_clear_mode
|
||||||
|
Loading…
x
Reference in New Issue
Block a user