various tidyups
This commit is contained in:
@@ -21,12 +21,12 @@
|
||||
|
||||
############################################################################################
|
||||
# VARIABLES (YAML ANCHORS) - HA SAFE CONTAINER
|
||||
# - We store anchors under a valid customize dictionary.
|
||||
# - Customizing a non-existent entity is harmless.
|
||||
# - We store anchors under an existing helper customization so Spook does not
|
||||
# flag an unknown entity.
|
||||
############################################################################################
|
||||
homeassistant:
|
||||
customize:
|
||||
sensor.xmas_tree_package_anchors:
|
||||
input_boolean.enable_xmas_tree_warning_light:
|
||||
water_sensor_input: &water_sensor_input binary_sensor.xmas_tree_water_x32ld_water_leak
|
||||
warning_light_output: &warning_light_output switch.spare_tuya_smart_plug_zigbee_x31sp
|
||||
|
||||
@@ -117,4 +117,4 @@ automation:
|
||||
default:
|
||||
- service: homeassistant.turn_off
|
||||
target:
|
||||
entity_id: *warning_light_output
|
||||
entity_id: *warning_light_output
|
||||
Reference in New Issue
Block a user