Open domerich opened 1 month ago
Hey there @bdraco, @tho85, mind taking a look at this issue as it has been labeled with an integration (emulated_hue
) you are listed as a code owner for? Thanks!
(message by CodeOwnersMention)
emulated_hue documentation emulated_hue source (message by IssueLinks)
I'm having the same problem after using the integration to allow ha to control Tapo s210 switches via The 800MHz wireless Tapo hub. Causes lots and lots of errors to be logged in ha. Logger: homeassistant.components.emulated_hue.hue_api Source: components/emulated_hue/hue_api.py:330 integration: Emulated Hue (documentation, issues) First occurred: 11:11:07 (58 occurrences) Last logged: 12:39:20
Entity not found: switch.ts011f_plug_kitchen_8c_49_switch_2 Config file:
default_config:
frontend: themes: !include_dir_merge_named themes
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
sensor: !include sensors.yaml
emulated_hue:
listen_port: 80
host_ip: 192.168.1.162
expose_by_default: false
entities:
light.hue_lwa018_light:
name: "Library Lamp"
hidden: false
switch.tapo_s210_1:
name: "Dining Lights"
hidden: false
switch.tapo_s210_2:
name: "Library Lights"
hidden: false
switch.tapo_s210_3:
name: "Bathroom Lights"
hidden: false
switch.tapo_s210_4:
name: "Tapo_s210_4"
hidden: false
switch.tapo_s210_5:
name: "Tapo_s210_5"
hidden: false
switch.tapo_s210_6:
name: "Tapo_s210_6"
hidden: false
switch.tapo_s210_7:
name: "Tapo_s210_7"
hidden: false
switch.tapo_s220_1:
name: "Kitchen Light 1"
hidden: false
switch.tapo_s220_2:
name: "Kitchen Light 2"
hidden: false
switch:
light:
The problem
My config is this
#Amazon Echo example configuration.yaml entry emulated_hue: listen_port: 80 expose_by_default: false entities: switch.novoport_rechts: name: "Garagentor Rechts"
Yet in Alexa, when I make her search for "other devices" it will descovery everything in home assistant which is way too many.
What version of Home Assistant Core has the issue?
core-2024.10.3
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant OS
Integration causing the issue
Home Assistant OS 13.2
Link to integration documentation on our website
No response
Diagnostics information
No response
Example YAML snippet
No response
Anything in the logs that might be useful for us?
No response
Additional information
No response