mirror of
https://github.com/home-assistant/core.git
synced 2025-07-30 02:38:10 +02:00
Add zeroconf to TechnoVE integration (#108340)
* Add zeroconf to TechnoVE integration * Update homeassistant/components/technove/config_flow.py Co-authored-by: Teemu R. <tpr@iki.fi> * Update zeroconf test to test if update is called. When a station is already configured and it is re-discovered through zeroconf, make sure we don't call its API for nothing.
This commit is contained in:
committed by
GitHub
parent
6fb86f179a
commit
4358c24edd
@ -705,6 +705,11 @@ ZEROCONF = {
|
||||
"domain": "system_bridge",
|
||||
},
|
||||
],
|
||||
"_technove-stations._tcp.local.": [
|
||||
{
|
||||
"domain": "technove",
|
||||
},
|
||||
],
|
||||
"_touch-able._tcp.local.": [
|
||||
{
|
||||
"domain": "apple_tv",
|
||||
|
Reference in New Issue
Block a user