-
Sponsor
Sponsor home-assistant/core
- Notifications
- Star 44.6k
- Fork 14.5k
dev
Commits on Jul 25, 2021
-
Late review comment in edl21 (#53464)
* Late review comment. * Review comment. * pylint. * Update homeassistant/components/edl21/sensor.py * Callback typing. * Complete typing Co-authored-by: Martin Hjelmare <[email protected]>
-
Feature/google calendar read only support (#52790)
* feat(google): Added support for read only access in google calendar. By default the current read/write access will be given, but the user has the option to set read only access which stops the add event service from registering * fix(google): Updated documentation link * docs(google-calendar): Added style fixes * feat(calendar-google): Updated scopes to be defined on enum property. This was done as a MR suggestion to simplify the code. * feat(calendar-google):Removed constants no longer needed. * feat(calendar-google): Reduced scope check to minimum. * style: Fixed style issues
-
-
-
-
-
Fix wan/device uptime and add state_class to counters for Fritz (#52574)
* Fix wan/device uptime, add state_class to counters * Rebase + cleanup + adapt to final fritzconnection * Bump fritzconnection library * Missing bump
-
Address late review of Adax (#53456)
Signed-off-by: Daniel Hjelseth Høyer <[email protected]>
-
-
GitHub Action committed
Jul 25, 2021
Commits on Jul 24, 2021
-
-
-
Add yale_smart_alarm config flow and coordinator (#50850)
* config flow and coordinator * comply with pylint * Remove pylint errors * Update test coverage yale smart alarm * Update test config_flow * Fix test already configured * Second try test already configured * Fixes config flow and tests * Conform pylint errors coordinator * Fix various review remarks * Correct entity unique id * Fix unique id and migrate entries * Remove lock code * Remove code from test * Expand code coverage config flow test * Add more constants * Add test new requirements * Minor corrections * Resolve conflict alarm schema * Change logger * Changed from review * Fix isort error * Fix flake error * Ignore mypy errors * Corrections from PR review no 2 * Corrections from PR review no 3 * Added tests and fix pylint error * Corrections from PR review no 4 * Corrections from PR review no 5 * Corrections from PR review no 6 * Corrections from PR review no 6_2 * Corrections from PR review no 7 * Corrections from PR review no 8 * Minor last changes for PR * Update homeassistant/components/yale_smart_alarm/coordinator.py Co-authored-by: Raman Gupta <[email protected]>
-
Add support for Velux light devices (#49338)
Co-authored-by: Franck Nijhof <[email protected]>
-
-
* test KNX select * cover everything * Update tests/components/knx/test_select.py
-
Enforce strict typing for OpenUV (#53409)
* Enforce strict typing for OpenUV * Linting * Fix tests
-
-
-
-
Use entity class attributes for advantage_air (#52498)
* Use entity class attributes for advantage_air * update * tweak * tweak * use update listeners
-
-
-
-
Use entity class attributes for asuswrt (#52685)
* Use entity class attributes for asuswrt * fix * tweak
-
-
GitHub Action committed
Jul 24, 2021
Commits on Jul 23, 2021
-
Convert CO2Signal to data update coordinator and add fossil fuel perc…
…entage (#53370) Co-authored-by: Martin Hjelmare <[email protected]> Co-authored-by: Daniel Hjelseth Høyer <[email protected]>
-
Handle situations where action is part of a deCONZ event but has the …
…value None (#53373) * Handle situations where action is part of an event but has the value None * Cover more possible permutations of what a bad action string is
-
Enforce strict typing for Notion (#53355)
* Enforce strict typing for Notion * Code review