Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/home-assistant/core.git. Pull mirroring updated .
  1. Aug 29, 2019
  2. Aug 28, 2019
  3. Aug 27, 2019
  4. Aug 26, 2019
  5. Aug 25, 2019
  6. Aug 24, 2019
  7. Aug 23, 2019
    • Paulus Schoutsen's avatar
      691e3f61
    • Chao's avatar
      fix issue setting scan_interval (#26165) · 3deeac6b
      Chao authored
      I was getting the following error when i set the scan_interval
      ```
          self.scan_interval = timedelta(seconds=config.get(CONF_SCAN_INTERVAL, 60))
      TypeError: unsupported type for timedelta seconds component: datetime.timedelta
      ```
      it turns out `config.get(CONF_SCAN_INTERVAL)` already returns `timedelta`
      
      ```('scan_interval', datetime.timedelta(seconds=180))```
      3deeac6b
    • Franck Nijhof's avatar
    • On Freund's avatar
      CoolMaster: Change auto to heat_cool (#26144) · 1efa29d6
      On Freund authored
      1efa29d6
    • Jeff Irion's avatar
      Bump androidtv to 0.0.24 (#26158) · 55031e6e
      Jeff Irion authored
      * Bump androidtv to 0.0.24
      
      * Add unique ID for Fire TV (not just Android TV)
      55031e6e
    • MatthewFlamm's avatar
      Add NWS weather (#23647) · 17750a60
      MatthewFlamm authored
      * Add nws weather.
      
      * Hassfest
      
      * Address multiple comments
      
      * Add NWS icon weather code link
      
      * Add metar fallback.
      
      Use metar code from nws observation if normal api is missing data.
      
      * only get 1 observation - we dont use more than 1
      
      * add mocked metar for tests
      
      * lint
      
      * mock metar package for all tests
      
      * add check for metar attributes
      
      * catch errors in setup
      
      * add timeout error
      
      * handle request exceptions
      
      * check and test for missing observations
      
      * refactor to new pynws
      
      * change to simpler api
      
      * Make py3.5 compatible
      
      Remove f string
      
      * bump pynws version
      
      * gen_requirements
      
      * fix wind bearing observation
      
      * Revert "Make py3.5 compatible"
      
      This reverts commit 4946d91779a6e539ea43e667b2265557a49a0bb5.
      
      * Precommit black missed a file?
      
      * black test
      
      * add exceptional weather condition
      
      * bump pynws version
      
      * update requirements_all
      
      * address comments
      
      * move observation and forecast outside try-except-else
      
      * Revert "move observation and forecast outside try-except-else"
      
      This reverts commit 53b78b32837b55b8a0b61de6192e846f6a486754.
      
      * remove else from update forecast block
      
      * remove unneeded ConfigEntryNotReady import
      
      * add scan_interval, reduce min_time_between_updates
      
      * pytest tests
      
      * lint test docstring
      
      * use async await
      
      * lat and lon inclusive in config
      17750a60
    • Pascal Vizeli's avatar
    • Tyler Page's avatar
      Venstar: define success for all branches of set_temperature() (#26148) · 432f6569
      Tyler Page authored
      * define success for all branches
      
      * add operation_mode to error when unexpected value
      
      * fix black linting
      
      * black linting
      
      * fix weird black linting result
      432f6569
    • Paulus Schoutsen's avatar
      Reload config entry when entity enabled in entity registry, remove entity if disabled. (#26120) · f704a8e9
      Paulus Schoutsen authored
      * Reload config entry when disabled_by updated in entity registry
      
      * Add types
      
      * Remove entities that get disabled
      
      * Remove unnecessary domain checks.
      
      * Attach handler in async_setup
      
      * Remove unused var
      
      * Type
      
      * Fix test
      
      * Fix tests
      f704a8e9
  8. Aug 22, 2019
Loading