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
1 change: 0 additions & 1 deletion CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ source/_integrations/hikvision.markdown @mezz64
source/_integrations/hikvisioncam.markdown @fbradyirl
source/_integrations/hisense_aehw4a1.markdown @bannhead
source/_integrations/history.markdown @home-assistant/core
source/_integrations/history_graph.markdown @andrey-git
source/_integrations/hive.markdown @Rendili @KJonline
source/_integrations/homeassistant.markdown @home-assistant/core
source/_integrations/homekit_controller.markdown @Jc2k
Expand Down
78 changes: 0 additions & 78 deletions source/_integrations/history_graph.markdown

This file was deleted.

3 changes: 1 addition & 2 deletions source/_posts/2017-10-07-release-55.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Experiencing issues introduced by this release? Please report them in our [issue

## Breaking Changes

- history_graph component: If your component used `history.get_significant_states` function then you need to adjust the string `entity_id` parameter has been changed to a list of strings `entity_ids` parameter. ([@andrey-git] - [#9472]) ([history_graph docs]) (breaking change)
- history_graph component: If your component used `history.get_significant_states` function then you need to adjust the string `entity_id` parameter has been changed to a list of strings `entity_ids` parameter. ([@andrey-git] - [#9472]) (breaking change)
- UPNP component: The `external_port` configuration option was removed. ([@balloob] - [#9560]) ([upnp docs]) (breaking change)
- New Wink services: pair new device, rename, delete and add new lock key code. All device attributes that are multi-words are now separated by "_" and no longer " ". ([@w1ll1am23] - [#9303]) ([wink docs]) ([binary_sensor.wink docs]) ([lock.wink docs]) (breaking change)
- TP-Link Switch: Attribute names now uses underscores and unnecessary capitalization was removed. ([@djchen] - [#9607]) ([switch.tplink docs]) (breaking change)
Expand Down Expand Up @@ -383,7 +383,6 @@ Experiencing issues introduced by this release? Please report them in our [issue
[forum]: https://community.home-assistant.io/
[issue]: https://github.com/home-assistant/home-assistant/issues
[discord]: https://discord.gg/c5DvZ4e
[history_graph docs]: /integrations/history_graph/
[#9754]: https://github.com/home-assistant/home-assistant/pull/9754
[#9776]: https://github.com/home-assistant/home-assistant/pull/9776
[#9785]: https://github.com/home-assistant/home-assistant/pull/9785
Expand Down
5 changes: 2 additions & 3 deletions source/_posts/2020-02-05-release-105.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ Experiencing issues introduced by this release? Please report them in our [issue

- __Weblink__ *Deprecated* - The weblink integration is now deprecated and pending removal in Home Assistant 0.107.0. This integration only works with the old states UI. - ([@frenck] - [#30834]) ([weblink docs])

- __History Graph__ *Deprecated* - The `history_graph` integration has been deprecated and pending for removal in Home Assistant 0.107.0. This integration was used for the old states UI. Going ahead, please ensure this configuration option is not used in your configuration. - ([@frenck] - [#30835]) ([history_graph docs])
- __History Graph__ *Deprecated* - The `history_graph` integration has been deprecated and pending for removal in Home Assistant 0.107.0. This integration was used for the old states UI. Going ahead, please ensure this configuration option is not used in your configuration. - ([@frenck] - [#30835])

- __Neato__ - This change adds a neato boundary name to the state if it exists, requiring to potentially update automations. - ([@Olen] - [#29915]) ([neato docs])

Expand Down Expand Up @@ -776,7 +776,7 @@ Hats over your heart for these shuttered integrations. Pour one out for:
- Deprecate states UI options in group integration ([@frenck] - [#30831]) ([group docs]) (breaking change)
- Deprecate weblink integration ([@frenck] - [#30834]) ([weblink docs]) (breaking change)
- Deprecate hide_if_away from device_tracker ([@frenck] - [#30833]) ([device_tracker docs]) (breaking change)
- Deprecate history_graph integration ([@frenck] - [#30835]) ([history_graph docs]) (breaking change)
- Deprecate history_graph integration ([@frenck] - [#30835]) (breaking change)
- Remove unused import ([@dshokouhi] - [#30858]) ([ring docs])
- Bump pyvizio version to 0.1.1 ([@raman325] - [#30867]) ([vizio docs])
- Update pyatmo to 3.2.2 and add available attribute ([@cgtobi] - [#30882]) ([netatmo docs])
Expand Down Expand Up @@ -1458,7 +1458,6 @@ Hats over your heart for these shuttered integrations. Pour one out for:
[group docs]: /integrations/group/
[hassio docs]: /integrations/hassio/
[hisense_aehw4a1 docs]: /integrations/hisense_aehw4a1/
[history_graph docs]: /integrations/history_graph/
[hlk_sw16 docs]: /integrations/hlk_sw16/
[homeassistant docs]: /integrations/homeassistant/
[homekit docs]: /integrations/homekit/
Expand Down
1 change: 0 additions & 1 deletion source/_redirects
Original file line number Diff line number Diff line change
Expand Up @@ -1420,7 +1420,6 @@
/components/hikvision /integrations/hikvision
/components/hikvisioncam /integrations/hikvisioncam
/components/history /integrations/history
/components/history_graph /integrations/history_graph
/components/history_stats /integrations/history_stats
/components/hitron_coda /integrations/hitron_coda
/components/hive /integrations/hive
Expand Down