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:
Christophe Gagnier
2024-01-23 00:32:42 -05:00
committed by GitHub
parent 6fb86f179a
commit 4358c24edd
6 changed files with 236 additions and 5 deletions

View File

@ -705,6 +705,11 @@ ZEROCONF = {
"domain": "system_bridge",
},
],
"_technove-stations._tcp.local.": [
{
"domain": "technove",
},
],
"_touch-able._tcp.local.": [
{
"domain": "apple_tv",