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:
Michael Hansen
2023-12-04 14:13:15 -06:00
committed by GitHub
parent 677c50a7cc
commit a9381d2590
28 changed files with 1802 additions and 60 deletions

View File

@ -715,6 +715,11 @@ ZEROCONF = {
"domain": "wled",
},
],
"_wyoming._tcp.local.": [
{
"domain": "wyoming",
},
],
"_xbmc-jsonrpc-h._tcp.local.": [
{
"domain": "kodi",