1
0
mirror of https://github.com/home-assistant/core.git synced 2025-05-30 10:47:06 +00:00

16 Commits

Author SHA1 Message Date
epenet
d5568ff955
Standardize homeassistant imports in full-CI components ()
Standardize homeassistant imports in components
2025-01-28 13:11:19 -05:00
epenet
03d5b18974
Remove options property from OptionFlow ()
* Remove options property from OptionFlow

* Update test_config_entries.py

* Partial revert of "Remove deprecated property setters in option flows ()"

* Partial revert "Use new helper properties in crownstone options flow ()"

* Restore onewire init

* Restore onvif

* Restore roborock

* Use deepcopy in onewire

* Restore steam_online

* Restore initial options property in OptionsFlowWithConfigEntry

* re-add options property in SchemaOptionsFlowHandler

* Restore test

* Cleanup
2024-11-06 23:28:01 +01:00
epenet
6d561a9796
Remove deprecated property setters in option flows () 2024-11-04 14:21:26 +01:00
Michael
c50d0646ab
Mark integrations as single_config_entry in manifest [a-i] ()
* mark integrations as single_config_entry in manifest

* fix ecobee tests

* fix iaqualink test
2024-10-12 08:59:57 +02:00
epenet
831a1d7ad1
Standardize import step variable name (part 1) () 2024-08-27 10:34:47 +02:00
Erik Montnemery
04a5a1d18b
Improve demo config flow and add tests ()
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
2024-06-09 16:02:58 +02:00
Marc Mueller
0e3945ca6c
Add empty line after module docstring [d-f] () 2024-03-08 14:15:26 +01:00
Erik Montnemery
6fe28d3764
Migrate integrations a-d to generic flowhandler () 2024-02-29 20:07:14 +01:00
epenet
452ee0284a
Improve type hints in demo [2/3] () 2022-08-26 11:34:38 +02:00
epenet
57fd84e20c
Improve type hints in demo () 2022-06-30 15:34:48 +02:00
epenet
b589700651
Add async_get_options_flow type hints (a-m) () 2022-06-13 13:17:59 +02:00
Marc Mueller
2956eb0902
Update pylint to 2.7.3 ()
* Update pylint to 2.7.3

* Add class-const-naming-style

* Remove unused-import message

* Additional cleanup
2021-03-29 18:02:56 -10:00
Franck Nijhof
1c2ebdf307
Upgrade black to 20.8b1 () 2020-08-27 13:56:20 +02:00
Paulus Schoutsen
16ccf0affd
Bump voluptuous-serialize 2.4.0 ()
* Bump voluptuous-serialize 2.4.0

* Add constant to demo

* gen reqs
2020-07-06 20:04:35 -07:00
Bram Kragten
95bcceddf7
Add an options flow to demo ()
To help test the frontend
2020-02-17 14:10:44 -08:00
Bram Kragten
15e6278a2e
Add config entry and device support to Demo ()
* Add config entry and device support to Demo

* Some more devices

* Fix tests using demo

* Review comments

* Update config_flow.py

* Revert

* Disable pylint
2019-11-13 16:37:31 +01:00