mirror of
https://github.com/esphome/esphome.git
synced 2025-09-01 10:52:19 +01:00
[homeassistant-switch] Support different entity domains (#7331)
This commit is contained in:
@@ -33,6 +33,27 @@ wifi:
|
||||
api:
|
||||
|
||||
switch:
|
||||
- platform: homeassistant
|
||||
entity_id: automation.my_cool_automation
|
||||
id: my_cool_automation
|
||||
- platform: homeassistant
|
||||
entity_id: fan.my_cool_fan
|
||||
id: my_cool_fan
|
||||
- platform: homeassistant
|
||||
entity_id: humidifier.my_cool_humidifier
|
||||
id: my_cool_humidifier
|
||||
- platform: homeassistant
|
||||
entity_id: input_boolean.my_cool_input_boolean
|
||||
id: my_cool_input_boolean
|
||||
- platform: homeassistant
|
||||
entity_id: light.my_cool_light
|
||||
id: my_cool_light
|
||||
- platform: homeassistant
|
||||
entity_id: remote.my_cool_remote
|
||||
id: my_cool_remote
|
||||
- platform: homeassistant
|
||||
entity_id: siren.my_cool_siren
|
||||
id: my_cool_siren
|
||||
- platform: homeassistant
|
||||
entity_id: switch.my_cool_switch
|
||||
id: my_cool_switch
|
||||
|
Reference in New Issue
Block a user