mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-24 01:37:23 +00:00
Remove deprecated sytadin integration (ADR-0004) (#10419)
* Remove deprecated sytadin integration (ADR-0004) * Removes unused sytadin logo
This commit is contained in:
parent
3a4ca3ac42
commit
40f21c0493
@ -1,53 +0,0 @@
|
||||
---
|
||||
title: "Sytadin Sensor"
|
||||
description: "Instructions on how to integrate Sytadin sensors into Home Assistant."
|
||||
logo: sytadin.png
|
||||
ha_release: 0.57
|
||||
ha_category:
|
||||
- Transport
|
||||
ha_iot_class: Cloud Polling
|
||||
redirect_from:
|
||||
- /components/sensor.sytadin/
|
||||
---
|
||||
|
||||
The `sytadin` sensor platform allows you to monitor traffic details from [Sytadin](http://www.sytadin.fr).
|
||||
|
||||
<div class="note warning">
|
||||
|
||||
This integration is deprecated and will be removed in Home Assistant 0.100.0.
|
||||
|
||||
For more information see [Architecture Decision Record: 0004](https://github.com/home-assistant/architecture/blob/master/adr/0004-webscraping.md).
|
||||
|
||||
</div>
|
||||
|
||||
## Configuration
|
||||
|
||||
To add Sytadin to your installation, add the following to your `configuration.yaml` file:
|
||||
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
sensor:
|
||||
- platform: sytadin
|
||||
```
|
||||
|
||||
{% configuration %}
|
||||
name:
|
||||
description: Additional name for the sensors.
|
||||
required: false
|
||||
default: Sytadin
|
||||
type: string
|
||||
monitored_conditions:
|
||||
description: Conditions to display in the frontend.
|
||||
required: false
|
||||
default: traffic_jam
|
||||
type: list
|
||||
keys:
|
||||
traffic_jam:
|
||||
description: Amount of kilometers in traffic jam (km).
|
||||
mean_velocity:
|
||||
description: Mean velocity (km/h).
|
||||
congestion:
|
||||
description: Index of congestion (n/a).
|
||||
{% endconfiguration %}
|
||||
|
||||
The data is coming from the [Direction des routes Île-de-France (DiRIF)](http://www.sytadin.fr).
|
@ -73,7 +73,7 @@ Okay, one more highlight before we'll let you check out the changelog. Contribut
|
||||
- Linode ([@ryanm101] - [#9936]) ([linode docs]) ([binary_sensor.linode docs]) (new-platform)
|
||||
- Nederlandse spoorwegen ([@b10m] - [#10136]) ([sensor.nederlandse_spoorwegen docs]) (new-platform)
|
||||
- added Yesss SMS platform ([@flowolf] - [#10177]) ([notify.yessssms docs]) (new-platform)
|
||||
- Add Sytadin Traffic component ([@gautric] - [#9524]) ([sensor.sytadin docs]) (new-platform)
|
||||
- Add Sytadin Traffic component ([@gautric] - [#9524]) (new-platform)
|
||||
- Added new Clickatell SMS messaging Notify Platform ([@davlloyd] - [#9775]) ([notify.clickatell docs]) (new-platform)
|
||||
- Add Random binary sensor ([@fabaff] - [#10164]) ([binary_sensor.random docs]) (new-platform)
|
||||
- Add gc100 platforms and component ([@davegravy] - [#10159]) ([gc100 docs]) ([binary_sensor.gc100 docs]) ([switch.gc100 docs]) (new-platform)
|
||||
@ -210,7 +210,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
||||
- Added capability to pass a filename to the downloader component ([@tchellomello] - [#10059]) ([downloader docs])
|
||||
- Limits of the favorite level updated. Values between 0 and 16 will be accepted. ([@syssi] - [#10186]) ([fan.xiaomi_miio docs])
|
||||
- added Yesss SMS platform ([@flowolf] - [#10177]) ([notify.yessssms docs]) (new-platform)
|
||||
- Add Sytadin Traffic component ([@gautric] - [#9524]) ([sensor.sytadin docs]) (new-platform)
|
||||
- Add Sytadin Traffic component ([@gautric] - [#9524]) (new-platform)
|
||||
- media_title property now returns current source ([@etsinko] - [#10120]) ([media_player.monoprice docs])
|
||||
- Added new Clickatell SMS messaging Notify Platform ([@davlloyd] - [#9775]) ([notify.clickatell docs]) (new-platform)
|
||||
- update boto3 to 1.4.7 and botocore to 1.7.34 ([@TopdRob] - [#10121]) (notify.aws_lambda docs) ([notify.aws_sns docs]) ([notify.aws_sqs docs]) ([tts.amazon_polly docs])
|
||||
@ -236,7 +236,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
||||
- Update services.yaml files ([@fabaff] - [#10229])
|
||||
- Add priority attribute for hyperion ([@ImEmJay] - [#10102]) ([light.hyperion docs])
|
||||
- OwnTracks work. Beacon logic and testcases ([@ehagan] - [#10183]) ([device_tracker.owntracks docs])
|
||||
- Sytadin default value must be a list #10233 ([@gautric] - [#10234]) ([sensor.sytadin docs])
|
||||
- Sytadin default value must be a list #10233 ([@gautric] - [#10234])
|
||||
- Use theme color in loading screen. ([@andrey-git] - [#10248])
|
||||
- Move constant to 'const.py' ([@fabaff] - [#10249]) ([sensor.hddtemp docs]) ([sensor.synologydsm docs])
|
||||
- Add support for odhcpd DHCP server ([@chemicalstorm] - [#9858]) ([device_tracker.ubus docs])
|
||||
@ -619,7 +619,6 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
||||
[sensor.speedtest docs]: /components/sensor.speedtest/
|
||||
[sensor.swiss_public_transport docs]: /components/sensor.swiss_public_transport/
|
||||
[sensor.synologydsm docs]: /components/sensor.synologydsm/
|
||||
[sensor.sytadin docs]: /components/sensor.sytadin/
|
||||
[sensor.toon docs]: /components/sensor.toon/
|
||||
[sensor.uk_transport docs]: /components/sensor.uk_transport/
|
||||
[sensor.whois docs]: /components/sensor.whois/
|
||||
|
@ -152,7 +152,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
||||
- Upgrade youtube_dl to 2018.07.21 ([@fabaff] - [#15718]) ([media_extractor docs])
|
||||
- Upgrade numpy to 1.15.0 ([@fabaff] - [#15722]) ([binary_sensor.trend docs]) ([image_processing.opencv docs])
|
||||
- Upgrade spiderpy to 1.2.0 ([@peternijssen] - [#15729]) ([spider docs])
|
||||
- Upgrade beautifulsoup4 to 4.6.1 ([@fabaff] - [#15727]) ([device_tracker docs]) ([sensor.geizhals docs]) ([sensor.scrape docs]) ([sensor.sytadin docs])
|
||||
- Upgrade beautifulsoup4 to 4.6.1 ([@fabaff] - [#15727]) ([device_tracker docs]) ([sensor.geizhals docs]) ([sensor.scrape docs])
|
||||
- Upgrade mutagen to 1.41.0 ([@fabaff] - [#15739]) ([tts docs])
|
||||
- Upgrade sqlalchemy to 1.2.10 ([@fabaff] - [#15737]) ([sensor.sql docs])
|
||||
- Upgrade voluptuous to 0.11.3 ([@fabaff] - [#15735])
|
||||
@ -391,7 +391,6 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
||||
[sensor.scrape docs]: /components/sensor.scrape/
|
||||
[sensor.sql docs]: /components/sensor.sql/
|
||||
[sensor.strings.moon.json docs]: /components/sensor.strings.moon.json/
|
||||
[sensor.sytadin docs]: /components/sensor.sytadin/
|
||||
[sensor.waze_travel_time docs]: /components/sensor.waze_travel_time/
|
||||
[sisyphus docs]: /components/sisyphus/
|
||||
[smappee docs]: /components/smappee/
|
||||
|
@ -149,7 +149,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
||||
- Eph ember support operation modes ([@ttroy50] - [#15820]) ([climate.ephember docs])
|
||||
- Fixed race condition in Generic Thermostat ([@aronsky] - [#15784]) ([climate.generic_thermostat docs])
|
||||
- Fix magic cube support of the Aqara LAN Protocol V2 ([@syssi] - [#15940]) ([binary_sensor.xiaomi_aqara docs])
|
||||
- Upgrade beautifulsoup4 to 4.6.3 ([@fabaff] - [#15946]) ([device_tracker docs]) ([sensor.geizhals docs]) ([sensor.scrape docs]) ([sensor.sytadin docs])
|
||||
- Upgrade beautifulsoup4 to 4.6.3 ([@fabaff] - [#15946]) ([device_tracker docs]) ([sensor.geizhals docs]) ([sensor.scrape docs])
|
||||
- Allow wait template to run the remainder of the script ([@lhovo] - [#15836]) (breaking change)
|
||||
- Add trusted networks auth provider ([@awarecan] - [#15812]) ([auth docs]) ([http docs]) ([websocket_api docs]) (breaking change)
|
||||
- Add monitored conditions for Unifi device_tracker ([@cgarwood] - [#15888]) ([device_tracker docs])
|
||||
@ -475,7 +475,6 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
||||
[sensor.scrape docs]: /components/sensor.scrape/
|
||||
[sensor.shodan docs]: /components/sensor.shodan/
|
||||
[sensor.systemmonitor docs]: /components/sensor.systemmonitor/
|
||||
[sensor.sytadin docs]: /components/sensor.sytadin/
|
||||
[sensor.worldtidesinfo docs]: /components/sensor.worldtidesinfo/
|
||||
[sensor.xiaomi_miio docs]: /components/sensor.xiaomi_miio/
|
||||
[sonos docs]: /components/sonos/
|
||||
|
@ -345,7 +345,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
||||
|
||||
## All changes
|
||||
|
||||
- Fix AttributeError: 'NoneType' object has no attribute 'group' with sytadin component ([@foreign-sub] - [#24652]) ([sytadin docs])
|
||||
- Fix AttributeError: 'NoneType' object has no attribute 'group' with sytadin component ([@foreign-sub] - [#24652])
|
||||
- braviatv, nmap_tracker: use getmac for getting MAC addresses ([@scop] - [#24628]) ([braviatv docs]) ([braviatv docs]) ([braviatv docs]) ([nmap_tracker docs])
|
||||
- Fix downloader_download_failed event not firing for HTTP response errors ([@sfjes] - [#24640]) ([downloader docs])
|
||||
- Multiple devices support for opentherm_gw ([@mvn23] - [#22932]) ([opentherm_gw docs]) (breaking change)
|
||||
@ -869,7 +869,6 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
||||
[switchmate docs]: /components/switchmate/
|
||||
[syncthru docs]: /components/syncthru/
|
||||
[systemmonitor docs]: /components/systemmonitor/
|
||||
[sytadin docs]: /components/sytadin/
|
||||
[tado docs]: /components/tado/
|
||||
[tahoma docs]: /components/tahoma/
|
||||
[template docs]: /components/template/
|
||||
|
@ -219,7 +219,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
||||
|
||||
Integrations which make use of web scraping and are pending for removal in Home Assistant 0.100.0 [ADR-004](https://github.com/home-assistant/architecture/blob/master/adr/0004-webscraping.md):
|
||||
- **USPS** - ([@frenck] - [#25743]) ([usps docs])
|
||||
- **SYTADIN** - ([@frenck] - [#25742]) ([sytadin docs])
|
||||
- **SYTADIN** - ([@frenck] - [#25742])
|
||||
- **UPS** - ([@frenck] - [#25746]) ([ups docs])
|
||||
- **FEDEX** - ([@frenck] - [#25745]) ([fedex docs])
|
||||
- **SRP Energy** - ([@frenck] - [#25754])
|
||||
@ -348,7 +348,7 @@ anymore. - ([@abmantis] - [#25971])
|
||||
- Add test case to identify missing MQTT configuration abbreviations ([@emontnemery] - [#25616]) ([mqtt docs])
|
||||
- Manufacturer specific channel for SmartThings. ([@Adminiuga] - [#25739]) ([zha docs])
|
||||
- Deprecates usps integration (ADR-0004) ([@frenck] - [#25743]) ([usps docs]) (breaking change)
|
||||
- Deprecates sytadin integration (ADR-0004) ([@frenck] - [#25742]) ([sytadin docs]) (breaking change)
|
||||
- Deprecates sytadin integration (ADR-0004) ([@frenck] - [#25742]) (breaking change)
|
||||
- Deprecates ups integration (ADR-0004) ([@frenck] - [#25746]) ([ups docs]) (breaking change)
|
||||
- Deprecates fedex integration (ADR-0004) ([@frenck] - [#25745]) ([fedex docs]) (breaking change)
|
||||
- Deprecates srp_energy integration (ADR-0004) ([@frenck] - [#25754]) (breaking change)
|
||||
@ -418,7 +418,7 @@ anymore. - ([@abmantis] - [#25971])
|
||||
- Fix bmw_connected_drive and eq3btsmart components by updating their dependencies ([@OliverRepo] - [#26012]) ([bmw_connected_drive docs]) ([eq3btsmart docs])
|
||||
- Upgrade luftdaten to 0.6.3 ([@fabaff] - [#26009]) ([luftdaten docs])
|
||||
- Upgrade pysnmp to 4.4.11 ([@fabaff] - [#26010]) ([snmp docs])
|
||||
- Upgrade beautifulsoup4 to 4.8.0 ([@fabaff] - [#26006]) ([linksys_ap docs]) ([scrape docs]) ([sytadin docs])
|
||||
- Upgrade beautifulsoup4 to 4.8.0 ([@fabaff] - [#26006]) ([linksys_ap docs]) ([scrape docs])
|
||||
- Allow entities to indicate they should be disabled by default ([@balloob] - [#26011])
|
||||
- Hue tweak registered device type + discovery exception ([@balloob] - [#25977]) ([hue docs])
|
||||
- Fix config entry has options check ([@balloob] - [#25976]) ([config docs])
|
||||
@ -866,7 +866,6 @@ anymore. - ([@abmantis] - [#25971])
|
||||
[statistics docs]: /components/statistics/
|
||||
[stream docs]: /components/stream/
|
||||
[syncthru docs]: /components/syncthru/
|
||||
[sytadin docs]: /components/sytadin/
|
||||
[tado docs]: /components/tado/
|
||||
[tellduslive docs]: /components/tellduslive/
|
||||
[template docs]: /components/template/
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 8.7 KiB |
Loading…
x
Reference in New Issue
Block a user