1234567891011121314151617181920212223 |
- ############################ Battery Automations, Scripts & Sensors ##################################
- # All entities to have the prefix: "battery_" or name: Battery:
- ######################################################################################################
- light:
- - platform: rflink
- automatic_add: true
- devices:
- newkaku_013242b6_1:
- name: Exterior lights
- type: switchable
- newkaku_013242b5_1:
- name: Exterior lights REPEATER
- type: switchable
- input_boolean:
- ext_light_on_done:
- name: Bool switch, Ext light turned ON
- icon: mdi:car
- ext_light_off_done:
- name: Bool switch, Ext light turned OFF
- icon: mdi:car
|