Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/home-assistant/core.git. Pull mirroring updated .
  1. Dec 22, 2019
  2. Dec 21, 2019
  3. Dec 19, 2019
  4. Dec 18, 2019
  5. Dec 16, 2019
  6. Dec 10, 2019
  7. Dec 09, 2019
  8. Dec 05, 2019
  9. Nov 27, 2019
  10. Nov 25, 2019
  11. Nov 19, 2019
  12. Nov 06, 2019
  13. Nov 05, 2019
  14. Nov 04, 2019
  15. Nov 03, 2019
  16. Nov 02, 2019
    • Ville Skyttä's avatar
      SSDP matching improvements (#28285) · 1679ec32
      Ville Skyttä authored
      * SSDP matching improvements
      
      - support multiple match groups per domain
      - require matches on all, not any item in a group
      - support matching on all UPnP device description data
      
      * Manifest structure fixes
      1679ec32
  17. Oct 30, 2019
  18. Oct 23, 2019
  19. Oct 21, 2019
  20. Oct 14, 2019
    • Ville Skyttä's avatar
      Typing misc fixes (#27543) · 759ad089
      Ville Skyttä authored
      * Make async_get_conditions return type hint more specific
      
      * Exclude script/scaffold/templates/ from pre-commit mypy
      759ad089
  21. Oct 13, 2019
  22. Oct 12, 2019
  23. Oct 10, 2019
  24. Oct 09, 2019
  25. Oct 08, 2019
  26. Oct 07, 2019
  27. Oct 06, 2019
    • ktnrg45's avatar
      PS4 bump to renamed dependency (#27144) · 1ecc883e
      ktnrg45 authored
      * Change to renamed dependency pyps4-2ndscreen 0.9.0
      
      * Rename / bump to ps4 dependency to 1.0.0
      
      * update requirements
      
      * Rename test req
      
      * Fix import
      
      * Bump 1.0.1
      
      * Fix flaky test leaving files behind
      1ecc883e
    • Santobert's avatar
      Neato config flow (#26579) · bd6bbcd5
      Santobert authored
      * initial commit
      
      * Minor changes
      
      * add async setup entry
      
      * Add translations and some other stuff
      
      * add and remove entry
      
      * use async_setup_entry
      
      * Update config_flows.py
      
      * dshokouhi's changes
      
      * Improve workflow
      
      * Add valid_vendors
      
      * Add entity registry
      
      * Add device registry
      
      * Update entry from configuration.yaml
      
      * Revert unneccesary changes
      
      * Update .coveragerc
      
      * Prepared tests
      
      * Add dshokouhi and Santobert as codeowners
      
      * Fix unload entry and abort when already_configured
      
      * First tests
      
      * Add test for abort cases
      
      * Add test for invalid credentials on import
      
      * Add one last test
      
      * Add test_init.py with some tests
      
      * Address reviews, part 1
      
      * Update outdated entry
      
      * await instead of add_job
      
      * run IO inside an executor
      
      * remove faulty test
      
      * Fix pylint issues
      
      * Move IO out of constructur
      
      * Edit error translations
      
      * Edit imports
      
      * Minor changes
      
      * Remove test for invalid vendor
      
      * Async setup platform
      
      * Edit login function
      
      * Moved IO out if init
      
      * Update switches after added to hass
      
      * Revert update outdated entry
      
      * try and update new entrys from config.yaml
      
      * Add test invalid vendor
      
      * Default to neato
      bd6bbcd5
  28. Oct 05, 2019
    • mvn23's avatar
      Add opentherm_gw config flow (#27148) · 6ae908b8
      mvn23 authored
      * Add config flow support to opentherm_gw.
      Bump pyotgw to 0.5b0 (required for connection testing)
      Existing entries in configuration.yaml will be converted to config entries and ignored in future runs.
      
      * Fix not connecting to Gateway on startup.
      Pylint fixes.
      
      * Add tests for config flow.
      Remove non-essential options from config flow.
      Restructure config entry data.
      
      * Make sure gw_id is slugified
      6ae908b8
  29. Oct 04, 2019
    • Maciej Bieniek's avatar
      Add Airly integration (#26375) · 8ba4ee10
      Maciej Bieniek authored
      * Add Airly integration
      
      * Update .coveragerc file
      
      * Remove AVAILABLE_CONDITIONS and fix device_class
      
      * Don't create client on every update
      
      * Rename client to session
      
      * Rename state_attributes to device_state_attributes
      
      * Remove log latitude and longitude
      
      * Fix try...except
      
      * Change latitude and longitude to HA defaults
      
      * _show_config_form doesn't need coroutine
      
      * Simplify config_flow errors handlig
      
      * Preetier
      
      * Remove unnecessary condition
      
      * Change sensor platform to air_quality
      
      * Remove PM1
      
      * Make unique_id more unique
      
      * Remove ,
      
      * Add tests for config_flow
      
      * Move conf to CONFIG
      
      * Remove domain from unique_id
      
      * Change the way update of attrs
      
      * Language and attrs
      
      * Fix attrs
      
      * Add aiohttp error handling
      
      * Throttle as decorator
      
      * Suggested change
      
      * Suggested change
      
      * Invert condition
      
      * Cleaning
      
      * Add tests
      
      * Polish no sesnor error handling
      
      * Better strings
      
      * Fix test_invalid_api_key
      
      * Fix documentation url
      
      * Remove unnecessary test
      
      * Remove language option
      
      * Fix test_invalid_api_key once again
      
      * Sort imports
      
      * Remove splits in strings
      8ba4ee10
Loading