Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
113 changes: 0 additions & 113 deletions source/_integrations/yweather.markdown

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ hass --script db_migrator --config /path/to/config

You can omit the `--config` option if you use the default configuration directory. Run the script with `--help` to get more options.

<img src='/images/supported_brands/yahooweather.png' style='clear: right; margin-left: 5px; border:none; box-shadow: none; float: right; margin-bottom: 16px;' width='150' /><img src='/images/supported_brands/joaoapps_join.png' style='clear: right; margin-left: 5px; border:none; box-shadow: none; float: right; margin-bottom: 16px;' width='150' /><img src='https://brands.home-assistant.io/knx/logo.png' style='clear: right; margin-left: 5px; border:none; box-shadow: none; float: right; margin-bottom: 16px;' width='150' /><img src='/images/supported_brands/tp-link.png' style='clear: right; margin-left: 5px; border:none; box-shadow: none; float: right; margin-bottom: 16px;' width='150' />
<img src='/images/supported_brands/joaoapps_join.png' style='clear: right; margin-left: 5px; border:none; box-shadow: none; float: right; margin-bottom: 16px;' width='150' /><img src='https://brands.home-assistant.io/knx/logo.png' style='clear: right; margin-left: 5px; border:none; box-shadow: none; float: right; margin-bottom: 16px;' width='150' /><img src='/images/supported_brands/tp-link.png' style='clear: right; margin-left: 5px; border:none; box-shadow: none; float: right; margin-bottom: 16px;' width='150' />

- Config: Improved support for storing [secrets][secrets] ([@kellerza])
- Sensor: Support for [Yahoo! Weather][yahoo-weather] ([@pvizeli])
- Sensor: Support for Yahoo! Weather ([@pvizeli])
- Add scripts to command line to expose advanced options ([@balloob])
- Alarm: [SimpliSafe][simplisafe] is now supported ([@w1ll1am23])
- Core: Switch to SQLAlchemy for the Recorder component ([@rhooper])
Expand Down Expand Up @@ -92,6 +92,5 @@ Quick hot fix after we found a bug in the migrator where it wouldn't work with a
[Telegram]: /integrations/telegram
[TPLink]: /integrations/tplink
[Verisure]: /integrations/verisure
[yahoo-weather]: /integrations/yweather
[Z-Wave]: /integrations/zwave/
[RFXtrx]: /integrations/rfxtrx/
3 changes: 1 addition & 2 deletions source/_posts/2017-06-17-release-47.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ automation:
- update to pywebpush 1.0.4 which allows install on system with openssl-1.1.0 (cryptography dep) ([@perosb] - [#7915]) ([notify.html5 docs])
- Do not call update() in constructor ([@fabaff] - [#7917]) ([sensor.dte_energy_bridge docs]) ([sensor.dublin_bus_transport docs]) ([sensor.dweet docs]) ([sensor.ebox docs]) ([sensor.ecobee docs]) ([sensor.hddtemp docs]) ([sensor.mold_indicator docs]) ([sensor.pi_hole docs]) (sensor.yahoo_finance docs)
- Fix changes introduced with #7917 ([@fabaff] - [#7930]) ([sensor.waqi docs])
- Do not call update() in constructor ([@fabaff] - [#7931]) ([sensor.yweather docs])
- Do not call update() in constructor ([@fabaff] - [#7931])
- Add service_url config option to volvooncall ([@palp] - [#7919]) ([volvooncall docs])
- Added 'change' field to statistics sensor ([@jminn] - [#7820]) ([sensor.statistics docs])
- add ripple sensor ([@nkgilley] - [#7935]) ([sensor.ripple docs]) (new-platform)
Expand Down Expand Up @@ -540,7 +540,6 @@ automation:
[sensor.template docs]: /integrations/template
[sensor.waqi docs]: /integrations/waqi
[sensor.wunderground docs]: /integrations/wunderground
[sensor.yweather docs]: /integrations/yweather
[spc docs]: /integrations/spc/
[splunk docs]: /integrations/splunk/
[switch.homematic docs]: /integrations/homematic
Expand Down
3 changes: 1 addition & 2 deletions source/_posts/2017-07-16-release-49.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ amcrest:
- Fix pylint issue ([@fabaff] - [#8325]) ([snips docs])
- vsure 1.3.7 ([@persandstrom] - [#8321]) ([verisure docs])
- Update pyEmby to fix media images ([@mezz64] - [#8331]) ([media_player.emby docs])
- Partially revert #7931 ([@fabaff] - [#8326]) ([sensor.yweather docs])
- Partially revert #7931 ([@fabaff] - [#8326])
- Only allow 'tls_insecure_set()' if cert is present (fixes #8329) ([@fabaff] - [#8337]) ([mqtt docs])
- Fix issue #8285 ([@Sabesto] - [#8340]) ([modbus docs]) ([binary_sensor.modbus docs]) ([climate.flexit docs]) ([sensor.modbus docs]) ([switch.modbus docs])
- Bump dlib face_recognition to 0.2.0 ([@pvizeli] - [#8345]) ([image_processing.dlib_face_detect docs]) ([image_processing.dlib_face_identify docs])
Expand Down Expand Up @@ -449,7 +449,6 @@ amcrest:
[sensor.otp docs]: /integrations/otp
[sensor.rflink docs]: /integrations/sensor.rflink/
[sensor.waqi docs]: /integrations/waqi
[sensor.yweather docs]: /integrations/yweather
[sensor.zha docs]: /integrations/zha
[snips docs]: /integrations/snips/
[switch.broadlink docs]: /integrations/broadlink#switch
Expand Down
5 changes: 2 additions & 3 deletions source/_posts/2017-07-29-release-50.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ conversation:
```

- Switch fritzdect: attributes have been renamed to use underscores and no capital letters ([@thomasklingbeil] - [#8436]) (breaking change)
- Yahoo Weather: no longer allow configuring forecasts but include all instead. ([@fanthos] - [#8626]) ([weather.yweather docs]) (breaking change)
- Yahoo Weather: no longer allow configuring forecasts but include all instead. ([@fanthos] - [#8626]) (breaking change)
- The Home Assistant Z-Wave Cover implementation has been updated to support the latest development version of OpenZWave. If you are currently applying a workaround to your OpenZWave installation to support the barrier command class, you'll need to make sure you update your workaround to the latest development version of OpenZWave. ([@firstof9] - [#8574]) ([cover docs]) ([cover.zwave docs]) (breaking change)

## All changes
Expand Down Expand Up @@ -188,7 +188,7 @@ conversation:
- Fixes Fitbit sensor to report battery level with the expected device ([@tchellomello] - [#8647]) ([sensor.fitbit docs])
- Upgrade aiolifx ([@amelchio] - [#8648]) ([light.lifx docs])
- Velbus ([@thomasdelaet] - [#8076]) ([velbus docs]) ([binary_sensor.velbus docs]) ([light.velbus docs]) (new-platform)
- Yahoo Weather update, supports forecast for more days ([@fanthos] - [#8626]) ([weather.yweather docs]) (breaking change)
- Yahoo Weather update, supports forecast for more days ([@fanthos] - [#8626]) (breaking change)
- History performance improvements for single-entity requests ([@OverloadUT] - [#8632]) ([history docs])
- Add transition support to light.zha ([@jawilson] - [#8548]) ([light.zha docs])
- Add uk_transport component. ([@robmarkcole] - [#8600]) ([sensor.uk_transport docs]) (new-platform)
Expand Down Expand Up @@ -396,7 +396,6 @@ conversation:
[switch.xiaomi docs]: /integrations/switch.xiaomi_aqara/
[switch.xiaomi_vacuum docs]: /integrations/vacuum.xiaomi_miio/
[velbus docs]: /integrations/velbus/
[weather.yweather docs]: /integrations/yweather
[wink docs]: /integrations/wink/
[xiaomi docs]: /integrations/xiaomi_aqara
[forum]: https://community.home-assistant.io/
Expand Down
3 changes: 1 addition & 2 deletions source/_posts/2017-08-12-release-51.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ vacuum:
- Polymer 2 ([@balloob] - [#8815]) ([group docs])
- geizhals sensor component ([@JulianKahnert] - [#8458]) ([sensor.geizhals docs]) (new-platform)
- Xiaomi vacuum as platform of new `vacuum` component derived from ToggleEntity, and services ([@azogue] - [#8623]) (breaking change) (new-platform)
- Update yweather.py ([@fanthos] - [#8820]) ([weather.yweather docs])
- Update yweather.py ([@fanthos] - [#8820])
- Make HA discover sabnzbd and add it to the Configurator ([@Hellowlol] - [#8634]) ([sensor.sabnzbd docs])
- Fix Dyson sensors if devices are configured without standby monitoring. Fixes #8569 ([@CharlesBlonde] - [#8826]) ([dyson docs]) ([fan.dyson docs]) ([sensor.dyson docs])
- Block dependencies that depend on enum34 ([@balloob] - [#8698])
Expand Down Expand Up @@ -450,7 +450,6 @@ vacuum:
[vacuum.roomba docs]: /integrations/roomba
[vacuum.xiaomi docs]: /integrations/vacuum.xiaomi_miio/
[weather.buienradar docs]: /integrations/buienradar
[weather.yweather docs]: /integrations/yweather
[weather.zamg docs]: /integrations/zamg#weather
[wink docs]: /integrations/wink/
[zwave docs]: /integrations/zwave/
Expand Down
6 changes: 2 additions & 4 deletions source/_posts/2017-11-18-release-58.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Our about screen that shows the error logs has gained a nice upgrade by [@postlu

## Release 0.58.1 - November 21

- Fix yweather ([@tinloaf] - [#10661]) ([weather.yweather docs])
- Fix yweather ([@tinloaf] - [#10661])
- Properly initialize Harmony remote ([@amelchio] - [#10665]) ([remote.harmony docs])
- Handle the new version of HydroQuebec website ([@titilambert] - [#10682])
- Fix for time_date sensor ([@etsinko] - [#10694]) ([sensor.time_date docs])
Expand Down Expand Up @@ -168,7 +168,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
- Add panel build type ([@balloob] - [#10589])
- Cloud updates ([@balloob] - [#10567])
- Upgrade youtube_dl to 2017.11.15 ([@fabaff] - [#10592]) ([media_extractor docs])
- Fix Yahoo Weather icons over SSL ([@OnFreund] - [#10602]) ([sensor.yweather docs])
- Fix Yahoo Weather icons over SSL ([@OnFreund] - [#10602])
- Arlo - Fixes for updated library ([@jwillaz] - [#9892]) ([arlo docs]) ([camera.arlo docs]) ([sensor.arlo docs])
- Do not add panel from system_log ([@postlund] - [#10600]) ([system_log docs])
- Fix ValueError exception ([@ziotibia81] - [#10596]) ([sensor.modbus docs])
Expand Down Expand Up @@ -459,7 +459,6 @@ Experiencing issues introduced by this release? Please report them in our [issue
[sensor.viaggiatreno docs]: /integrations/viaggiatreno
[sensor.vultr docs]: /integrations/vultr#sensor
[sensor.wunderground docs]: /integrations/wunderground
[sensor.yweather docs]: /integrations/yweather
[sensor.zamg docs]: /integrations/zamg#sensor
[spc docs]: /integrations/spc/
[switch.broadlink docs]: /integrations/broadlink#switch
Expand Down Expand Up @@ -493,4 +492,3 @@ Experiencing issues introduced by this release? Please report them in our [issue
[@titilambert]: https://github.com/titilambert
[remote.harmony docs]: /integrations/harmony
[sensor.time_date docs]: /integrations/time_date
[weather.yweather docs]: /integrations/yweather
3 changes: 1 addition & 2 deletions source/_posts/2017-12-03-release-59.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
- Use new DoorBirdPy (v0.1.0) ([@Klikini] - [#10734]) ([doorbird docs])
- Add fan and reduce I/O calls in radiotherm ([@TD22057] - [#10437]) ([climate.radiotherm docs])
- New Hive Component / Platforms ([@Rendili] - [#9804]) ([hive docs]) ([climate.hive docs]) ([light.hive docs]) ([sensor.hive docs]) ([switch.hive docs]) (new-platform)
- Temporarily fix yahoo weather API issue and add unit test. ([@cgtobi] - [#10737]) ([sensor.yweather docs])
- Temporarily fix yahoo weather API issue and add unit test. ([@cgtobi] - [#10737])
- Google assistant climate mode fix ([@braddparker] - [#10726]) ([google_assistant.smart_home docs])
- Protect sensitive information for Amcrest cameras ([@tchellomello] - [#10569]) ([amcrest docs]) ([camera.amcrest docs]) ([sensor.amcrest docs])
- InfluxDB send retry after IOError ([@janLo] - [#10263]) ([influxdb docs])
Expand Down Expand Up @@ -384,7 +384,6 @@ Experiencing issues introduced by this release? Please report them in our [issue
[sensor.tellstick docs]: /integrations/tellstick#sensor
[sensor.whois docs]: /integrations/whois
[sensor.wunderground docs]: /integrations/wunderground
[sensor.yweather docs]: /integrations/yweather
[shell_command docs]: /integrations/shell_command/
[shopping_list docs]: /integrations/shopping_list/
[switch.hive docs]: /integrations/hive#switch
Expand Down
5 changes: 2 additions & 3 deletions source/_posts/2018-01-14-release-61.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ Note however, that this feature was replaced by a new ignore_string config optio
- Upgrade aiohttp_cors to 0.6.0 ([@fabaff] - [#11310]) ([http docs])
- Upgrade pysnmp to 4.4.3 ([@fabaff] - [#11317]) ([device_tracker.snmp docs]) ([sensor.snmp docs]) ([switch.snmp docs])
- Upgrade luftdaten to 0.1.3 ([@fabaff] - [#11316]) ([sensor.luftdaten docs])
- Upgrade yahooweather to 0.10 ([@fabaff] - [#11309]) ([weather.yweather docs])
- Upgrade yahooweather to 0.10 ([@fabaff] - [#11309])
- Upgrade distro to 1.2.0 ([@fabaff] - [#11312]) ([updater docs])
- Upgrade python-digitalocean to 1.13.2 ([@fabaff] - [#11311]) ([digital_ocean docs])
- Upgrade youtube_dl to 2017.12.23 ([@fabaff] - [#11308]) ([media_extractor docs])
Expand Down Expand Up @@ -325,7 +325,7 @@ Note however, that this feature was replaced by a new ignore_string config optio
- Changed device type of media player and cover to switch ([@Laqoore] - [#11483]) ([google_assistant.smart_home docs])
- Control ordering of display in history component ([@rwa] - [#11340]) ([history docs])
- Pr/11430 ([@balloob] - [#11587])
- Cast return values and add unit tests for the yahoo weather component. ([@cgtobi] - [#10699]) ([weather.yweather docs])
- Cast return values and add unit tests for the yahoo weather component. ([@cgtobi] - [#10699])
- add velux roller shutter to tahoma ([@thijsdejong] - [#11586]) ([tahoma docs])
- Added support for enable/disable motion detection ([@abjorshammar] - [#11583]) ([camera.uvc docs])
- Avoid returning empty media_image_url string ([@JackWindows] - [#11557]) ([media_player.cast docs])
Expand Down Expand Up @@ -768,7 +768,6 @@ Note however, that this feature was replaced by a new ignore_string config optio
[vacuum.xiaomi_miio docs]: /integrations/vacuum.xiaomi_miio/
[weather.darksky docs]: /integrations/weather.darksky/
[weather.openweathermap docs]: /integrations/openweathermap#weather
[weather.yweather docs]: /integrations/yweather
[websocket_api docs]: /integrations/websocket_api/
[wemo docs]: /integrations/wemo/
[zigbee docs]: /integrations/zigbee/
Expand Down
7 changes: 3 additions & 4 deletions source/_posts/2018-04-27-release-68.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
- Fix bad metrics format for short metrics. ([@michaelkuty] - [#13778]) ([prometheus docs])
- Update bellows to 0.5.2 ([@rcloran] - [#13800]) ([zha docs])
- device_tracker.ubus: Handle devices not running DHCP ([@tobygray] - [#13579]) ([device_tracker docs])
- Update yweather.py ([@wiuwiu] - [#13802]) ([weather.yweather docs])
- Update yweather.py ([@wiuwiu] - [#13802])
- Tibber lib update ([@Danielhiversen] - [#13811]) ([sensor.tibber docs])
- Update pyhomematic to 0.1.41 ([@danielperna84] - [#13814]) ([homematic docs])
- Add support for Eufy bulbs and switches ([@mjg59] - [#13773]) ([eufy docs]) ([light.eufy docs]) ([switch.eufy docs]) (new-platform)
Expand All @@ -135,14 +135,14 @@ Experiencing issues introduced by this release? Please report them in our [issue
- Adding USCIS component ([@meauxt] - [#13764]) ([sensor.uscis docs]) (new-platform)
- Avoid unnecessary cast state updates ([@dersger] - [#13770]) ([media_player.cast docs])
- Prevent vesync doing I/O in event loop ([@balloob] - [#13862]) ([switch.vesync docs]) (beta fix)
- Update yweather.py ([@TheCellMC] - [#13851]) ([weather.yweather docs])
- Update yweather.py ([@TheCellMC] - [#13851])
- add support for Kodi discovery ([@escoand] - [#13790]) ([media_player.kodi docs])
- Further untangle data entry flow ([@balloob] - [#13855])
- Missing property decorator added ([@syssi] - [#13889]) ([fan.xiaomi_miio docs]) (beta fix)
- Fix race condition for component loaded before listening ([@balloob] - [#13887]) ([config docs]) (beta fix)
- Added snips service descriptions ([@tschmidty69] - [#13883])
- Add unique_id for BMW ConnectedDrive ([@gerard33] - [#13888]) ([binary_sensor.bmw_connected_drive docs]) ([lock.bmw_connected_drive docs]) ([sensor.bmw_connected_drive docs])
- Revert "Update yweather.py" ([@pvizeli] - [#13900]) ([weather.yweather docs])
- Revert "Update yweather.py" ([@pvizeli] - [#13900])
- Eufy colour bulb updates ([@mjg59] - [#13895]) ([eufy docs]) ([light.eufy docs])
- Fix #13846 Double underscore in bluetooth address ([@aav7fl] - [#13884]) ([device_tracker docs]) (beta fix)
- Import operation modes from air humidifier ([@syssi] - [#13908]) ([fan.xiaomi_miio docs]) (beta fix)
Expand Down Expand Up @@ -506,7 +506,6 @@ Experiencing issues introduced by this release? Please report them in our [issue
[vacuum.neato docs]: /integrations/neato#vacuum
[vacuum.roomba docs]: /integrations/roomba
[vacuum.xiaomi_miio docs]: /integrations/vacuum.xiaomi_miio/
[weather.yweather docs]: /integrations/yweather
[zha docs]: /integrations/zha/
[#14108]: https://github.com/home-assistant/home-assistant/pull/14108
[#14113]: https://github.com/home-assistant/home-assistant/pull/14113
Expand Down
Loading