diff --git a/CODEOWNERS b/CODEOWNERS index 9a873a30c62..bc253e3d876 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -185,7 +185,6 @@ source/_integrations/lcn.markdown @alengwenus source/_integrations/life360.markdown @pnbruckner source/_integrations/linky.markdown @Quentame source/_integrations/linux_battery.markdown @fabaff -source/_integrations/liveboxplaytv.markdown @pschmitt source/_integrations/local_ip.markdown @issacg source/_integrations/logger.markdown @home-assistant/core source/_integrations/logi_circle.markdown @evanjd diff --git a/source/_integrations/liveboxplaytv.markdown b/source/_integrations/liveboxplaytv.markdown deleted file mode 100644 index 3c481370564..00000000000 --- a/source/_integrations/liveboxplaytv.markdown +++ /dev/null @@ -1,54 +0,0 @@ ---- -title: Orange Livebox Play TV -description: Instructions on how to integrate a Livebox Play TV appliance into Home Assistant. -logo: orange.png -ha_category: - - Media Player -ha_release: 0.38 -ha_iot_class: Local Polling -ha_codeowners: - - '@pschmitt' ---- - -The `liveboxplaytv` platform allows you to control [Orange Livebox Play TV appliances](https://boutique.orange.fr/internet/decodeur-tv-livebox). - -## Configuration - -To add an Orange Livebox Play TV to your installation, add the following to your `configuration.yaml` file: - -```yaml -# Example configuration.yaml entry -media_player: - - platform: liveboxplaytv - host: 192.168.1.3 -``` - -{% configuration %} -host: - description: The IP address or hostname of the Orange Livebox Play TV appliance. - required: true - type: string -name: - description: The name to use in the frontend. - required: false - default: "`Livebox Play TV`" - type: string -port: - description: The port on which the Livebox is listening on. - required: false - default: 8080 - type: integer -{% endconfiguration %} - -## Full configuration - -A full configuration example for an Orange TV appliance can look like this: - -```yaml -# Example configuration.yaml entry -media_player: - - platform: liveboxplaytv - host: 192.168.1.3 - port: 8080 - name: Orange Livebox Play TV -``` diff --git a/source/_posts/2017-02-11-alert-appletv-mqtt-yeelight.markdown b/source/_posts/2017-02-11-alert-appletv-mqtt-yeelight.markdown index 3c1708de323..b2ecfa575e7 100644 --- a/source/_posts/2017-02-11-alert-appletv-mqtt-yeelight.markdown +++ b/source/_posts/2017-02-11-alert-appletv-mqtt-yeelight.markdown @@ -45,7 +45,7 @@ The [`yeelight`][yeelight] component has been ported to use a more stable and fe - Sensor: [QNAP][qnap] Sensor ([@colinodell]) - Switch: Add support for FRITZ!DECT wireless switches based on fritzhome ([@BastianPoe]) - Sensor: Add [moon][moon] sensor ([@fabaff]) -- Media player: Support for the [Orange Livebox Play TV][orange] appliance ([@pschmitt]) +- Media player: Support for the Orange Livebox Play TV appliance ([@pschmitt]) - Media player: [Apple TV][apple-tv] support ([@postlund]) - MQTT: [MQTT discovery][mqtt-discovery] support ([@balloob], [@fabaff]) - Notify: [Mailgun][mailgun] notify service ([@pschmitt]) @@ -211,7 +211,6 @@ Experiencing issues introduced by this release? Please report them in our [issue [mqtt-discovery]: /integrations/mqtt/#discovery [nuki]: /integrations/nuki [openevse]: /integrations/openevse -[orange]: /integrations/liveboxplaytv [owm]: /integrations/openweathermap#sensor [python-yeelight]: https://gitlab.com/stavros/python-yeelight [qnap]: /integrations/qnap diff --git a/source/_posts/2017-10-07-release-55.markdown b/source/_posts/2017-10-07-release-55.markdown index ecf114145a2..7d43e88825c 100644 --- a/source/_posts/2017-10-07-release-55.markdown +++ b/source/_posts/2017-10-07-release-55.markdown @@ -49,7 +49,7 @@ This release introduces a new sensor: [Tibber][sensor.tibber docs]. The sensor p - OwnTracks: Fix handler is None checking ([@balloob] - [#9794]) ([device_tracker.owntracks docs]) - Changed yaml.load into yaml.safe_load ([@GenericStudent] - [#9841]) ([google docs]) - Bugfix/9811 jinja autoescape ([@GenericStudent] - [#9842]) -- Livebox Play TV bug: fix #9839 ([@pschmitt] - [#9880]) ([media_player.liveboxplaytv docs]) +- Livebox Play TV bug: fix #9839 ([@pschmitt] - [#9880]) ## If you need help... ...don't hesitate to use our very active [forums][forum] or join us for a little [chat][discord]. The release notes have comments enabled but it's preferred if you use the former communication channels. Thanks. @@ -402,4 +402,3 @@ Experiencing issues introduced by this release? Please report them in our [issue [device_tracker.owntracks docs]: /integrations/owntracks [google docs]: /integrations/google_translate [light.tradfri docs]: /integrations/tradfri -[media_player.liveboxplaytv docs]: /integrations/liveboxplaytv diff --git a/source/_posts/2017-10-21-release-56.markdown b/source/_posts/2017-10-21-release-56.markdown index 73f1d188319..fd8ac7e6a77 100644 --- a/source/_posts/2017-10-21-release-56.markdown +++ b/source/_posts/2017-10-21-release-56.markdown @@ -174,7 +174,7 @@ Experiencing issues introduced by this release? Please report them in our [issue - OwnTracks: Fix handler is None checking ([@balloob] - [#9794]) ([device_tracker.owntracks docs]) - Changed yaml.load into yaml.safe_load ([@GenericStudent] - [#9841]) - Bugfix/9811 jinja autoescape ([@GenericStudent] - [#9842]) -- Fix #9839 ([@pschmitt] - [#9880]) ([media_player.liveboxplaytv docs]) +- Fix #9839 ([@pschmitt] - [#9880]) - Upgrade python-telegram-bot to 8.1.1 ([@azogue] - [#9882]) ([telegram_bot docs]) - Xknx improvements ([@Julius2342] - [#9871]) ([knx docs]) ([climate.knx docs]) - zha: Update to bellows 0.4.0 ([@rcloran] - [#9890]) ([zha docs]) ([sensor.zha docs]) @@ -472,7 +472,6 @@ Experiencing issues introduced by this release? Please report them in our [issue [media_player.denon docs]: /integrations/denon [media_player.denonavr docs]: /integrations/denonavr/ [media_player.dunehd docs]: /integrations/dunehd -[media_player.liveboxplaytv docs]: /integrations/liveboxplaytv [media_player.monoprice docs]: /integrations/monoprice [media_player.plex docs]: /integrations/plex#media-player [media_player.yamaha docs]: /integrations/yamaha diff --git a/source/_posts/2017-11-04-release-57.markdown b/source/_posts/2017-11-04-release-57.markdown index 38f721c9348..84d201f4700 100644 --- a/source/_posts/2017-11-04-release-57.markdown +++ b/source/_posts/2017-11-04-release-57.markdown @@ -151,7 +151,7 @@ Experiencing issues introduced by this release? Please report them in our [issue - Fix no data event triggers ([@armills] - [#10049]) ([automation.event docs]) - fixing a typo in the old library which broke hub gen2 compatibility ([@sander76] - [#9990]) - Add fail2ban sensor ([@fronzbot] - [#9975]) ([sensor.fail2ban docs]) (new-platform) -- Show current program thumbnail as media_image ([@pschmitt] - [#10033]) ([media_player.liveboxplaytv docs]) +- Show current program thumbnail as media_image ([@pschmitt] - [#10033]) - Add link to docs and update ordering ([@fabaff] - [#10062]) ([duckdns docs]) - Remove STATE_UNKNOWN ([@fabaff] - [#10064]) ([sensor.glances docs]) - update library for xiaomi_aqara, change from pyCrypto to cryptography ([@danielhiversen] - [#10066]) ([xiaomi_aqara docs]) @@ -577,7 +577,6 @@ Experiencing issues introduced by this release? Please report them in our [issue [mailbox docs]: /integrations/mailbox/ [media_extractor docs]: /integrations/media_extractor/ [media_player docs]: /integrations/media_player/ -[media_player.liveboxplaytv docs]: /integrations/liveboxplaytv [media_player.monoprice docs]: /integrations/monoprice [media_player.plex docs]: /integrations/plex#media-player [media_player.russound_rnet docs]: /integrations/russound_rnet diff --git a/source/_posts/2017-12-17-release-60.markdown b/source/_posts/2017-12-17-release-60.markdown index 0a25d85c0fa..6ec45d50acd 100644 --- a/source/_posts/2017-12-17-release-60.markdown +++ b/source/_posts/2017-12-17-release-60.markdown @@ -142,7 +142,7 @@ Experiencing issues introduced by this release? Please report them in our [issue - Fix incorrect comment. ([@emosenkis] - [#11111]) - Update Warrant ([@balloob] - [#11101]) ([cloud docs]) - Fixed typo in automation.py ([@ryanm101] - [#11116]) ([config.automation docs]) -- Add media position properties ([@pschmitt] - [#10076]) ([media_player.liveboxplaytv docs]) +- Add media position properties ([@pschmitt] - [#10076]) - update pyripple ([@nkgilley] - [#11122]) ([sensor.ripple docs]) - Skip HASS emulated Hue bridges from detection. ([@andreacampi] - [#11128]) ([hue docs]) - Always consume the no_throttle keyword argument. ([@andreacampi] - [#11126]) @@ -334,7 +334,6 @@ Experiencing issues introduced by this release? Please report them in our [issue [logbook docs]: /integrations/logbook/ [media_extractor docs]: /integrations/media_extractor/ [media_player.denonavr docs]: /integrations/denonavr/ -[media_player.liveboxplaytv docs]: /integrations/liveboxplaytv [media_player.samsungtv docs]: /integrations/samsungtv [media_player.sonos docs]: /integrations/sonos [media_player.ue_smart_radio docs]: /integrations/ue_smart_radio diff --git a/source/_posts/2018-04-14-release-67.markdown b/source/_posts/2018-04-14-release-67.markdown index f92971ab401..f86d606efc8 100644 --- a/source/_posts/2018-04-14-release-67.markdown +++ b/source/_posts/2018-04-14-release-67.markdown @@ -154,7 +154,7 @@ Experiencing issues introduced by this release? Please report them in our [issue - Update AbodePy version to 0.12.3 ([@MisterWil] - [#13709]) ([abode docs]) - Enable autodiscovery for mqtt cameras ([@jmtatsch] - [#13697]) ([mqtt docs]) ([camera.mqtt docs]) - Added ENTITY_ID_FORMAT import and set entity_id in __init__ ([@timmo001] - [#13642]) ([switch.broadlink docs]) (breaking change) -- Fix #10175 ([@pschmitt] - [#13713]) ([media_player.liveboxplaytv docs]) +- Fix #10175 ([@pschmitt] - [#13713]) - Add support for Nanoleaf Aurora Light Panels ([@Oro] - [#13456]) ([light.nanoleaf_aurora docs]) (new-platform) - Added gogogate2 cover ([@dlbroadfoot] - [#13467]) - Remove vendor lookup for mac addresses ([@balloob] - [#13788]) ([device_tracker docs]) @@ -367,7 +367,6 @@ Experiencing issues introduced by this release? Please report them in our [issue [light.yeelight docs]: /integrations/yeelight [lock.bmw_connected_drive docs]: /integrations/bmw_connected_drive [media_extractor docs]: /integrations/media_extractor/ -[media_player.liveboxplaytv docs]: /integrations/liveboxplaytv [media_player.philips_js docs]: /integrations/philips_js [media_player.songpal docs]: /integrations/songpal [media_player.webostv docs]: /integrations/webostv#media-player diff --git a/source/_posts/2018-07-21-release-74.markdown b/source/_posts/2018-07-21-release-74.markdown index 7c8b7fc00b0..cafa17d1b80 100644 --- a/source/_posts/2018-07-21-release-74.markdown +++ b/source/_posts/2018-07-21-release-74.markdown @@ -141,7 +141,7 @@ Experiencing issues introduced by this release? Please report them in our [issue - Improve NetAtmo sensors update logic ([@glpatcern] - [#14866]) ([sensor.netatmo docs]) - removed unused return ([@ludeeus] - [#15402]) ([cloudflare docs]) - Fix confused brightness of xiaomi_aqara gateway light ([@amelchio] - [#15314]) ([light.xiaomi_aqara docs]) -- Fix liveboxplaytv empty channel list ([@pschmitt] - [#15404]) ([media_player.liveboxplaytv docs]) +- Fix liveboxplaytv empty channel list ([@pschmitt] - [#15404]) - Fix credentials lookup ([@balloob] - [#15409]) - Change Ring binary_sensor frequency polling to avoid rate limit exceeded errors ([@tchellomello] - [#15414]) ([binary_sensor.ring docs]) - Add Tuya component and switch support ([@huangyupeng] - [#15399]) ([tuya docs]) ([switch.tuya docs]) (new-platform) @@ -374,7 +374,6 @@ Experiencing issues introduced by this release? Please report them in our [issue [media_extractor docs]: /integrations/media_extractor/ [media_player.denonavr docs]: /integrations/denonavr/ [media_player.lg_netcast docs]: /integrations/lg_netcast -[media_player.liveboxplaytv docs]: /integrations/liveboxplaytv [media_player.philips_js docs]: /integrations/philips_js [mysensors docs]: /integrations/mysensors/ [onboarding docs]: /integrations/onboarding/ diff --git a/source/_posts/2019-05-16-release-93.markdown b/source/_posts/2019-05-16-release-93.markdown index 0f14aa39063..11b761ad1a0 100644 --- a/source/_posts/2019-05-16-release-93.markdown +++ b/source/_posts/2019-05-16-release-93.markdown @@ -379,7 +379,7 @@ Experiencing issues introduced by this release? Please report them in our [issue - deCONZ - Retry on BridgeBusy errors ([@Kane610] - [#23436]) ([deconz docs]) - Added option to select photoblack cartridge ([@ThaStealth] - [#23433]) ([epsonworkforce docs]) (breaking change) - Fix bad request for some IP ONVIF camera ([@GeertvanHorrik] - [#22972]) ([onvif docs]) -- Bump pyteleloisirs version ([@SNoof85] - [#23661]) ([liveboxplaytv docs]) +- Bump pyteleloisirs version ([@SNoof85] - [#23661]) - Upgrade psutil to 5.6.2 ([@fabaff] - [#23671]) ([systemmonitor docs]) - Upgrade shodan to 1.13.0 ([@fabaff] - [#23675]) ([shodan docs]) - Upgrade slacker to 0.13.0 ([@fabaff] - [#23672]) ([slack docs]) @@ -799,7 +799,6 @@ Experiencing issues introduced by this release? Please report them in our [issue [iqvia docs]: /integrations/iqvia/ [lcn docs]: /integrations/lcn/ [lifx docs]: /integrations/lifx/ -[liveboxplaytv docs]: /integrations/liveboxplaytv/ [local_file docs]: /integrations/local_file/ [locative docs]: /integrations/locative/ [logi_circle docs]: /integrations/logi_circle/ diff --git a/source/_posts/2019-10-30-release-101.markdown b/source/_posts/2019-10-30-release-101.markdown index 3f33151c1b6..b92b1f5692a 100644 --- a/source/_posts/2019-10-30-release-101.markdown +++ b/source/_posts/2019-10-30-release-101.markdown @@ -567,7 +567,7 @@ The **holiday name** sensor has been renamed to **holiday**. ([@tsvi] - [#27654] - Move imports in keyboard component ([@Quentame] - [#27791]) ([keyboard docs]) - Move imports in linux_battery component ([@Quentame] - [#27789]) ([linux_battery docs]) - Move imports in ampio component ([@Bouni] - [#27788]) ([ampio docs]) -- Move imports in liveboxplaytv component ([@Quentame] - [#27790]) ([liveboxplaytv docs]) +- Move imports in liveboxplaytv component ([@Quentame] - [#27790]) - Move imports in amcrest component ([@Bouni] - [#27787]) ([amcrest docs]) - Move imports in imap + imap_email_content component ([@Quentame] - [#27793]) ([imap docs]) ([imap_email_content docs]) - Move imports in netgear_lte component ([@Quentame] - [#27777]) ([netgear_lte docs]) @@ -1715,7 +1715,6 @@ The **holiday name** sensor has been renamed to **holiday**. ([@tsvi] - [#27654] [linode docs]: /integrations/linode/ [linux_battery docs]: /integrations/linux_battery/ [lirc docs]: /integrations/lirc/ -[liveboxplaytv docs]: /integrations/liveboxplaytv/ [locative docs]: /integrations/locative/ [lock docs]: /integrations/lock/ [logbook docs]: /integrations/logbook/ diff --git a/source/_posts/2020-01-15-release-104.markdown b/source/_posts/2020-01-15-release-104.markdown index 0c87b6da991..f396523a3e1 100644 --- a/source/_posts/2020-01-15-release-104.markdown +++ b/source/_posts/2020-01-15-release-104.markdown @@ -895,7 +895,7 @@ Make sure to fill in all fields of the issue template, that is helping us a lot! - Store capabilities and supported features in entity registry, restore registered entities on startup ([@balloob] - [#30094]) - Fix Withings leaking time zone change into other tests ([@frenck] - [#30320]) - Add local_ip component ([@issacg] - [#29973]) ([localip docs]) (new-integration) -- Update liveboxplay and pyteleloisirs ([@pschmitt] - [#30093]) ([liveboxplaytv docs]) +- Update liveboxplay and pyteleloisirs ([@pschmitt] - [#30093]) - Add homematic host port config for HMIP-only CCUs ([@sbyx] - [#30077]) ([homematic docs]) - Bump dependency for HomematicIP Cloud ([@SukramJ] - [#30319]) ([homematicip_cloud docs]) - Add support for Somfy RTS power socket and Somfy io Temperature sensor ([@rhadamantys] - [#30053]) ([tahoma docs]) @@ -1937,7 +1937,6 @@ Make sure to fill in all fields of the issue template, that is helping us a lot! [light docs]: /integrations/light/ [lightwave docs]: /integrations/lightwave/ [linky docs]: /integrations/linky/ -[liveboxplaytv docs]: /integrations/liveboxplaytv/ [localip docs]: /integrations/local_ip/ [locative docs]: /integrations/locative/ [lock docs]: /integrations/lock/ diff --git a/source/_redirects b/source/_redirects index f75f112d4d2..1c770df25de 100644 --- a/source/_redirects +++ b/source/_redirects @@ -521,7 +521,6 @@ /components/media_player.kodi /integrations/kodi /components/media_player.lg_netcast /integrations/lg_netcast /components/media_player.lg_soundbar /integrations/lg_soundbar -/components/media_player.liveboxplaytv /integrations/liveboxplaytv /components/media_player.mediaroom /integrations/mediaroom /components/media_player.monoprice /integrations/monoprice /components/media_player.mpchc /integrations/mpchc @@ -1523,7 +1522,6 @@ /components/linux_battery /integrations/linux_battery /components/lirc /integrations/lirc /components/litejet /integrations/litejet -/components/liveboxplaytv /integrations/liveboxplaytv /components/llamalab_automate /integrations/llamalab_automate /components/local_file /integrations/local_file /components/locative /integrations/locative diff --git a/source/images/supported_brands/orange.png b/source/images/supported_brands/orange.png deleted file mode 100644 index 6a357089fe5..00000000000 Binary files a/source/images/supported_brands/orange.png and /dev/null differ