mirror of
https://github.com/home-assistant/core.git
synced 2025-07-30 02:38:10 +02:00
Add Devialet integration (#86551)
* Add Devialet * Bump Devialet==1.4.0 * Bump Devialet==1.4.1 * Sort manifest and add shorthand * Black formatting * Fix incompatible type * Add type guarding for name * Rename host keywork in tests * Fix Devialet tests * Add update coordinator * Update devialet tests * Create unique_id from entry data
This commit is contained in:
@ -364,6 +364,11 @@ ZEROCONF = {
|
||||
"domain": "forked_daapd",
|
||||
},
|
||||
],
|
||||
"_devialet-http._tcp.local.": [
|
||||
{
|
||||
"domain": "devialet",
|
||||
},
|
||||
],
|
||||
"_dkapi._tcp.local.": [
|
||||
{
|
||||
"domain": "daikin",
|
||||
|
Reference in New Issue
Block a user