Add yale_smart_alarm config flow and coordinator #50850
Conversation
homeassistant/components/yale_smart_alarm/alarm_control_panel.py
Outdated
Show resolved
Hide resolved
homeassistant/components/yale_smart_alarm/alarm_control_panel.py
Outdated
Show resolved
Hide resolved
homeassistant/components/yale_smart_alarm/alarm_control_panel.py
Outdated
Show resolved
Hide resolved
homeassistant/components/yale_smart_alarm/alarm_control_panel.py
Outdated
Show resolved
Hide resolved
homeassistant/components/yale_smart_alarm/alarm_control_panel.py
Outdated
Show resolved
Hide resolved
homeassistant/components/yale_smart_alarm/alarm_control_panel.py
Outdated
Show resolved
Hide resolved
@MartinHjelmare is it possible you can move me back to the "by code owner" bucket as I have a hunch I'm not getting a core developer to look at this sitting in the "review in progress" as no such is taking place. Thanks |
homeassistant/components/yale_smart_alarm/alarm_control_panel.py
Outdated
Show resolved
Hide resolved
homeassistant/components/yale_smart_alarm/alarm_control_panel.py
Outdated
Show resolved
Hide resolved
homeassistant/components/yale_smart_alarm/alarm_control_panel.py
Outdated
Show resolved
Hide resolved
homeassistant/components/yale_smart_alarm/alarm_control_panel.py
Outdated
Show resolved
Hide resolved
Looks good! |
Sorry. I found some more things. |
homeassistant/components/yale_smart_alarm/alarm_control_panel.py
Outdated
Show resolved
Hide resolved
homeassistant/components/yale_smart_alarm/alarm_control_panel.py
Outdated
Show resolved
Hide resolved
homeassistant/components/yale_smart_alarm/alarm_control_panel.py
Outdated
Show resolved
Hide resolved
homeassistant/components/yale_smart_alarm/alarm_control_panel.py
Outdated
Show resolved
Hide resolved
homeassistant/components/yale_smart_alarm/alarm_control_panel.py
Outdated
Show resolved
Hide resolved
LOL. I surely hope it's the last things you find |
Thanks! |
nice work on this, just a few ideas to reduce headaches later |
homeassistant/components/yale_smart_alarm/alarm_control_panel.py
Outdated
Show resolved
Hide resolved
I did now implement for the last comments. |
We can merge as soon as tests pass! Looks like there's a pylint failure that needs to be addressed. Went ahead and committed a fix for it |
last thing I did btw was mark this as a breaking change so that it's highlighted in the release docs that configuration.yaml configuration is deprecated |
f0d5ae2
into
home-assistant:dev
Breaking change
Config flow support has been added to
yale_smart_alarm
. Existing YAML configuration entries will be imported automatically but should be removed from YAML configuration after import. Import support will be removed in a future release.Proposed change
Type of change
Additional information
Checklist
black --fast homeassistant tests
)If user exposed functionality or configuration variables are added/changed:
If the code communicates with devices, web services, or third-party tools:
Updated and included derived files by running:
python3 -m script.hassfest
.requirements_all.txt
.Updated by running
python3 -m script.gen_requirements_all
..coveragerc
.The integration reached or maintains the following Integration Quality Scale:
To help with the load of incoming pull requests: