Marc Mueller
e2d2ec8817
Use asyncio.timeout [b-e] ( #98448 )
2023-08-15 08:30:20 -05:00
Franck Nijhof
b0cee0bc46
String formatting and max line length - Part 1 ( #84390 )
...
Co-authored-by: Erik Montnemery <erik@montnemery.com>
2022-12-22 10:12:50 +01:00
Michaël Arnauts
627a208d9f
Use a global const for CONF_UUID ( #84093 )
2022-12-19 12:16:30 +01:00
Franck Nijhof
20bdcc7fff
Replace hass.helpers: async_get_clientsession() ( #63910 )
2022-01-11 17:33:50 +01:00
epenet
9b92787d59
Use dataclass properties in daikin discovery ( #60589 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-11-30 10:55:52 +01:00
epenet
b3ffc1e183
Adjust async_step_zeroconf signature for strict typing ( #59503 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-11-15 18:05:45 +01:00
J. Nick Koston
10d6247fee
Bump to aiohttp 3.8.0 ( #58974 )
2021-11-04 10:07:50 -05:00
epenet
e983370c27
Use zeroconf attributes (A-D) ( #58835 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-11-02 12:27:06 -05:00
Fredrik Erlandsson
cadbf7f6a9
Bump Daikin version, catch new exception during config_flow ( #57080 )
2021-10-11 13:11:02 +02:00
Fredrik Erlandsson
a809f5fcf7
Update Daikin config_flow with better error handling ( #57069 )
2021-10-06 10:07:30 +02:00
Franck Nijhof
4907764367
Remove YAML configuration from Daikin ( #50080 )
2021-05-04 14:23:59 -07:00
Franck Nijhof
e652ff3a6a
Clean up connection classes in integrations D-G ( #49890 )
2021-04-30 21:02:21 -10:00
Franck Nijhof
e1a3ef3d69
Clean up config entry handlers decorator from config flows ( #49932 )
2021-04-30 23:28:25 +02:00
Philip Allgaier
3ae9460131
Use domain const in config_flow ( #48168 )
2021-03-21 00:34:46 +01:00
Paulus Schoutsen
1989b8c07d
Clean up discovery integration ( #47022 )
...
* Clean up discovery integration
* Fix tests
* Remove discovery step from freebox
2021-02-25 12:19:21 +01:00
Fredrik Erlandsson
f42eca3fcf
Add common strings in daikin config flow ( #41419 )
2020-10-08 21:25:54 +02:00
Franck Nijhof
1c2ebdf307
Upgrade black to 20.8b1 ( #39287 )
2020-08-27 13:56:20 +02:00
Chris Talkington
037668ed80
Fix log message format in daikin ( #38920 )
2020-08-16 03:45:34 +02:00
Fredrik Erlandsson
68047f7c1a
Handle missing MAC address during daikin discovery ( #38840 )
...
* Abort flow if MAC-address can't be found
* Apply suggestions from code review
Co-authored-by: Chris Talkington <chris@talkingtontech.com>
Co-authored-by: Chris Talkington <chris@talkingtontech.com>
2020-08-14 20:11:12 -05:00
Fredrik Erlandsson
9f65dcf4ba
Fix unique_id in Zeroconf flow ( #36948 )
2020-06-20 22:59:25 +02:00
Fredrik Erlandsson
b3c851502d
Fix Daikin zeroconf discovery flow error ( #36868 )
2020-06-17 16:53:29 +02:00
Franck Nijhof
3cc94f7d6a
ConfigFlow default discovery without unique ID ( #36754 )
2020-06-15 13:38:38 +02:00
Fredrik Erlandsson
c1cf3679aa
Fix Daikin discovery ( #36704 )
2020-06-12 17:25:18 +02:00
Fredrik Erlandsson
fa17e6d5ab
Fix Daikin config flow for zeroconf devices ( #36571 )
2020-06-10 15:04:59 +02:00
Fredrik Erlandsson
efec62d98e
Add KEY_HOSTNAME for Daikin zeroconf ( #36253 )
...
* Add KEY_HOSTNAME for Daikin zeroconf
* Update tests and use CONF_HOST as hostname
2020-05-30 09:50:18 +02:00
Fredrik Erlandsson
e1fd14e00a
Add support for zeroconf for Daikin ( #35769 )
2020-05-28 18:30:01 -05:00
Fredrik Erlandsson
d0e8880e48
Fix daikin discovery flow ( #35767 )
2020-05-18 16:57:52 +02:00
Fredrik Erlandsson
93f8d21bc0
Bump pydaikin to 2.0.1, catch HTTPForbidden exception ( #35466 )
2020-05-11 10:39:20 -07:00
Fredrik Erlandsson
d8222a8eb6
Update pydaikin to 2.0.0 ( #34807 )
2020-05-06 13:59:07 +02:00
Fredrik Erlandsson
337cc6e79f
Fix various Daikin issues ( #34249 )
...
* various Daikin fixes
* make timeout a constant
2020-04-15 15:12:10 +02:00
springstan
270d97d789
Move imports to top for daikin ( #29490 )
2019-12-04 21:17:33 -08:00
Paulus Schoutsen
4de97abc3a
Black
2019-07-31 12:25:30 -07:00
Fredrik Erlandsson
55c8417ec0
fix aiohttp ServerDisconnectedError in Daikin ( #22880 )
2019-04-08 10:08:03 -07:00
Fredrik Erlandsson
876b5fbe96
fixes configuration flow #22706 ( #22754 )
2019-04-04 23:48:41 -07:00
Rohan Kapoor
78e162c1d3
Centralize all usages of `host` as a configuration param to the constant CONF_HOST ( #22458 )
...
* Centralize all usages of as a configuration param to the constant CONF_HOST
* Clean up test
2019-03-27 19:48:05 -07:00
Fredrik Erlandsson
5a295ad42b
Add config flow for Daikin ( #19182 )
...
* config flow for daikin
* tox test
* return fixes
* tox test fixes
* tox formatting
2018-12-16 16:19:18 +01:00