The Wayback Machine - https://web.archive.org/web/20210725225924/https://github.com/home-assistant/core/commits/dev
Skip to content
Permalink
dev

Commits on Jul 25, 2021

  1. 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]>
    janiversen and MartinHjelmare committed Jul 25, 2021
  2. 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
    BottlecapDave committed Jul 25, 2021
  3. 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
    chemelli74 committed Jul 25, 2021
  4. Address late review of Adax (#53456)

    Signed-off-by: Daniel Hjelseth Høyer <[email protected]>
    Danielhiversen committed Jul 25, 2021
  5. [ci skip] Translation update

    GitHub Action
    GitHub Action committed Jul 25, 2021

Commits on Jul 24, 2021

  1. 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]>
    gjohansson-ST and raman325 committed Jul 24, 2021
  2. Add support for Velux light devices (#49338)

    Co-authored-by: Franck Nijhof <[email protected]>
    bramstroker and frenck committed Jul 24, 2021
  3. Test KNX select (#53371)

    * test KNX select
    
    * cover everything
    
    * Update tests/components/knx/test_select.py
    farmio committed Jul 24, 2021
  4. Enforce strict typing for OpenUV (#53409)

    * Enforce strict typing for OpenUV
    
    * Linting
    
    * Fix tests
    bachya committed Jul 24, 2021
  5. Test KNX services (#53367)

    farmio committed Jul 24, 2021
  6. Use entity class attributes for advantage_air (#52498)

    * Use entity class attributes for advantage_air
    
    * update
    
    * tweak
    
    * tweak
    
    * use update listeners
    tkdrob committed Jul 24, 2021
  7. Use entity class attributes for asuswrt (#52685)

    * Use entity class attributes for asuswrt
    
    * fix
    
    * tweak
    tkdrob committed Jul 24, 2021
  8. [ci skip] Translation update

    GitHub Action
    GitHub Action committed Jul 24, 2021

Commits on Jul 23, 2021

  1. 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]>
    3 people committed Jul 23, 2021
  2. 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
    Kane610 committed Jul 23, 2021
  3. Enforce strict typing for Notion (#53355)

    * Enforce strict typing for Notion
    
    * Code review
    bachya committed Jul 23, 2021
Older