mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 18:28:14 +02:00
Add Wyoming satellite (#104759)
* First draft of Wyoming satellite * Set up homeassistant in tests * Move satellite * Add devices with binary sensor and select * Add more events * Add satellite enabled switch * Fix mistake * Only set up necessary platforms for satellites * Lots of fixes * Add tests * Use config entry id as satellite id * Initial satellite test * Add satellite pipeline test * More tests * More satellite tests * Only support single device per config entry * Address comments * Make a copy of platforms
This commit is contained in:
@ -715,6 +715,11 @@ ZEROCONF = {
|
||||
"domain": "wled",
|
||||
},
|
||||
],
|
||||
"_wyoming._tcp.local.": [
|
||||
{
|
||||
"domain": "wyoming",
|
||||
},
|
||||
],
|
||||
"_xbmc-jsonrpc-h._tcp.local.": [
|
||||
{
|
||||
"domain": "kodi",
|
||||
|
Reference in New Issue
Block a user