core/homeassistant/components/airq
Renat Sibgatulin 1031e416be
Remove IP / mDNS validation in airq integration setup (#106326)
Original design relied on aioairq.AirQ.__init__ checking if the input
was a valid IP address or an mDNS of a very specific structure,
and raising an InvalidInput otherwise.
Now, aioairq==0.3.2 removes said check completely following a user's
request to allow arbitrary host name and DNS entries.
In the config flow, "cannot_connect" covers the cases of misspelled
inputs now, which previously were covered by a dedicated "invalid_input"
2023-12-27 09:56:13 +01:00
..
__init__.py
config_flow.py Remove IP / mDNS validation in airq integration setup (#106326) 2023-12-27 09:56:13 +01:00
const.py Bump aioairq to 0.3.1 (#104659) 2023-11-29 08:43:48 +01:00
coordinator.py Bump aioairq to 0.3.1 (#104659) 2023-11-29 08:43:48 +01:00
manifest.json Remove IP / mDNS validation in airq integration setup (#106326) 2023-12-27 09:56:13 +01:00
sensor.py Freeze integration entity descriptions (#105984) 2023-12-18 16:28:13 -10:00
strings.json