mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-13 12:26:50 +00:00
Remove of liveboxplaytv integration (ADR0004) (#11989)
This commit is contained in:
parent
6d280731db
commit
cdd2d33ff2
@ -185,7 +185,6 @@ source/_integrations/lcn.markdown @alengwenus
|
|||||||
source/_integrations/life360.markdown @pnbruckner
|
source/_integrations/life360.markdown @pnbruckner
|
||||||
source/_integrations/linky.markdown @Quentame
|
source/_integrations/linky.markdown @Quentame
|
||||||
source/_integrations/linux_battery.markdown @fabaff
|
source/_integrations/linux_battery.markdown @fabaff
|
||||||
source/_integrations/liveboxplaytv.markdown @pschmitt
|
|
||||||
source/_integrations/local_ip.markdown @issacg
|
source/_integrations/local_ip.markdown @issacg
|
||||||
source/_integrations/logger.markdown @home-assistant/core
|
source/_integrations/logger.markdown @home-assistant/core
|
||||||
source/_integrations/logi_circle.markdown @evanjd
|
source/_integrations/logi_circle.markdown @evanjd
|
||||||
|
@ -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
|
|
||||||
```
|
|
@ -45,7 +45,7 @@ The [`yeelight`][yeelight] component has been ported to use a more stable and fe
|
|||||||
- Sensor: [QNAP][qnap] Sensor ([@colinodell])
|
- Sensor: [QNAP][qnap] Sensor ([@colinodell])
|
||||||
- Switch: Add support for FRITZ!DECT wireless switches based on fritzhome ([@BastianPoe])
|
- Switch: Add support for FRITZ!DECT wireless switches based on fritzhome ([@BastianPoe])
|
||||||
- Sensor: Add [moon][moon] sensor ([@fabaff])
|
- 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])
|
- Media player: [Apple TV][apple-tv] support ([@postlund])
|
||||||
- MQTT: [MQTT discovery][mqtt-discovery] support ([@balloob], [@fabaff])
|
- MQTT: [MQTT discovery][mqtt-discovery] support ([@balloob], [@fabaff])
|
||||||
- Notify: [Mailgun][mailgun] notify service ([@pschmitt])
|
- 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
|
[mqtt-discovery]: /integrations/mqtt/#discovery
|
||||||
[nuki]: /integrations/nuki
|
[nuki]: /integrations/nuki
|
||||||
[openevse]: /integrations/openevse
|
[openevse]: /integrations/openevse
|
||||||
[orange]: /integrations/liveboxplaytv
|
|
||||||
[owm]: /integrations/openweathermap#sensor
|
[owm]: /integrations/openweathermap#sensor
|
||||||
[python-yeelight]: https://gitlab.com/stavros/python-yeelight
|
[python-yeelight]: https://gitlab.com/stavros/python-yeelight
|
||||||
[qnap]: /integrations/qnap
|
[qnap]: /integrations/qnap
|
||||||
|
@ -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])
|
- OwnTracks: Fix handler is None checking ([@balloob] - [#9794]) ([device_tracker.owntracks docs])
|
||||||
- Changed yaml.load into yaml.safe_load ([@GenericStudent] - [#9841]) ([google docs])
|
- Changed yaml.load into yaml.safe_load ([@GenericStudent] - [#9841]) ([google docs])
|
||||||
- Bugfix/9811 jinja autoescape ([@GenericStudent] - [#9842])
|
- 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...
|
## 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.
|
...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
|
[device_tracker.owntracks docs]: /integrations/owntracks
|
||||||
[google docs]: /integrations/google_translate
|
[google docs]: /integrations/google_translate
|
||||||
[light.tradfri docs]: /integrations/tradfri
|
[light.tradfri docs]: /integrations/tradfri
|
||||||
[media_player.liveboxplaytv docs]: /integrations/liveboxplaytv
|
|
||||||
|
@ -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])
|
- OwnTracks: Fix handler is None checking ([@balloob] - [#9794]) ([device_tracker.owntracks docs])
|
||||||
- Changed yaml.load into yaml.safe_load ([@GenericStudent] - [#9841])
|
- Changed yaml.load into yaml.safe_load ([@GenericStudent] - [#9841])
|
||||||
- Bugfix/9811 jinja autoescape ([@GenericStudent] - [#9842])
|
- 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])
|
- Upgrade python-telegram-bot to 8.1.1 ([@azogue] - [#9882]) ([telegram_bot docs])
|
||||||
- Xknx improvements ([@Julius2342] - [#9871]) ([knx docs]) ([climate.knx docs])
|
- Xknx improvements ([@Julius2342] - [#9871]) ([knx docs]) ([climate.knx docs])
|
||||||
- zha: Update to bellows 0.4.0 ([@rcloran] - [#9890]) ([zha docs]) ([sensor.zha 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.denon docs]: /integrations/denon
|
||||||
[media_player.denonavr docs]: /integrations/denonavr/
|
[media_player.denonavr docs]: /integrations/denonavr/
|
||||||
[media_player.dunehd docs]: /integrations/dunehd
|
[media_player.dunehd docs]: /integrations/dunehd
|
||||||
[media_player.liveboxplaytv docs]: /integrations/liveboxplaytv
|
|
||||||
[media_player.monoprice docs]: /integrations/monoprice
|
[media_player.monoprice docs]: /integrations/monoprice
|
||||||
[media_player.plex docs]: /integrations/plex#media-player
|
[media_player.plex docs]: /integrations/plex#media-player
|
||||||
[media_player.yamaha docs]: /integrations/yamaha
|
[media_player.yamaha docs]: /integrations/yamaha
|
||||||
|
@ -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])
|
- Fix no data event triggers ([@armills] - [#10049]) ([automation.event docs])
|
||||||
- fixing a typo in the old library which broke hub gen2 compatibility ([@sander76] - [#9990])
|
- fixing a typo in the old library which broke hub gen2 compatibility ([@sander76] - [#9990])
|
||||||
- Add fail2ban sensor ([@fronzbot] - [#9975]) ([sensor.fail2ban docs]) (new-platform)
|
- 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])
|
- Add link to docs and update ordering ([@fabaff] - [#10062]) ([duckdns docs])
|
||||||
- Remove STATE_UNKNOWN ([@fabaff] - [#10064]) ([sensor.glances docs])
|
- Remove STATE_UNKNOWN ([@fabaff] - [#10064]) ([sensor.glances docs])
|
||||||
- update library for xiaomi_aqara, change from pyCrypto to cryptography ([@danielhiversen] - [#10066]) ([xiaomi_aqara 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/
|
[mailbox docs]: /integrations/mailbox/
|
||||||
[media_extractor docs]: /integrations/media_extractor/
|
[media_extractor docs]: /integrations/media_extractor/
|
||||||
[media_player docs]: /integrations/media_player/
|
[media_player docs]: /integrations/media_player/
|
||||||
[media_player.liveboxplaytv docs]: /integrations/liveboxplaytv
|
|
||||||
[media_player.monoprice docs]: /integrations/monoprice
|
[media_player.monoprice docs]: /integrations/monoprice
|
||||||
[media_player.plex docs]: /integrations/plex#media-player
|
[media_player.plex docs]: /integrations/plex#media-player
|
||||||
[media_player.russound_rnet docs]: /integrations/russound_rnet
|
[media_player.russound_rnet docs]: /integrations/russound_rnet
|
||||||
|
@ -142,7 +142,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
|||||||
- Fix incorrect comment. ([@emosenkis] - [#11111])
|
- Fix incorrect comment. ([@emosenkis] - [#11111])
|
||||||
- Update Warrant ([@balloob] - [#11101]) ([cloud docs])
|
- Update Warrant ([@balloob] - [#11101]) ([cloud docs])
|
||||||
- Fixed typo in automation.py ([@ryanm101] - [#11116]) ([config.automation 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])
|
- update pyripple ([@nkgilley] - [#11122]) ([sensor.ripple docs])
|
||||||
- Skip HASS emulated Hue bridges from detection. ([@andreacampi] - [#11128]) ([hue docs])
|
- Skip HASS emulated Hue bridges from detection. ([@andreacampi] - [#11128]) ([hue docs])
|
||||||
- Always consume the no_throttle keyword argument. ([@andreacampi] - [#11126])
|
- 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/
|
[logbook docs]: /integrations/logbook/
|
||||||
[media_extractor docs]: /integrations/media_extractor/
|
[media_extractor docs]: /integrations/media_extractor/
|
||||||
[media_player.denonavr docs]: /integrations/denonavr/
|
[media_player.denonavr docs]: /integrations/denonavr/
|
||||||
[media_player.liveboxplaytv docs]: /integrations/liveboxplaytv
|
|
||||||
[media_player.samsungtv docs]: /integrations/samsungtv
|
[media_player.samsungtv docs]: /integrations/samsungtv
|
||||||
[media_player.sonos docs]: /integrations/sonos
|
[media_player.sonos docs]: /integrations/sonos
|
||||||
[media_player.ue_smart_radio docs]: /integrations/ue_smart_radio
|
[media_player.ue_smart_radio docs]: /integrations/ue_smart_radio
|
||||||
|
@ -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])
|
- Update AbodePy version to 0.12.3 ([@MisterWil] - [#13709]) ([abode docs])
|
||||||
- Enable autodiscovery for mqtt cameras ([@jmtatsch] - [#13697]) ([mqtt docs]) ([camera.mqtt 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)
|
- 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)
|
- Add support for Nanoleaf Aurora Light Panels ([@Oro] - [#13456]) ([light.nanoleaf_aurora docs]) (new-platform)
|
||||||
- Added gogogate2 cover ([@dlbroadfoot] - [#13467])
|
- Added gogogate2 cover ([@dlbroadfoot] - [#13467])
|
||||||
- Remove vendor lookup for mac addresses ([@balloob] - [#13788]) ([device_tracker docs])
|
- 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
|
[light.yeelight docs]: /integrations/yeelight
|
||||||
[lock.bmw_connected_drive docs]: /integrations/bmw_connected_drive
|
[lock.bmw_connected_drive docs]: /integrations/bmw_connected_drive
|
||||||
[media_extractor docs]: /integrations/media_extractor/
|
[media_extractor docs]: /integrations/media_extractor/
|
||||||
[media_player.liveboxplaytv docs]: /integrations/liveboxplaytv
|
|
||||||
[media_player.philips_js docs]: /integrations/philips_js
|
[media_player.philips_js docs]: /integrations/philips_js
|
||||||
[media_player.songpal docs]: /integrations/songpal
|
[media_player.songpal docs]: /integrations/songpal
|
||||||
[media_player.webostv docs]: /integrations/webostv#media-player
|
[media_player.webostv docs]: /integrations/webostv#media-player
|
||||||
|
@ -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])
|
- Improve NetAtmo sensors update logic ([@glpatcern] - [#14866]) ([sensor.netatmo docs])
|
||||||
- removed unused return ([@ludeeus] - [#15402]) ([cloudflare docs])
|
- removed unused return ([@ludeeus] - [#15402]) ([cloudflare docs])
|
||||||
- Fix confused brightness of xiaomi_aqara gateway light ([@amelchio] - [#15314]) ([light.xiaomi_aqara 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])
|
- Fix credentials lookup ([@balloob] - [#15409])
|
||||||
- Change Ring binary_sensor frequency polling to avoid rate limit exceeded errors ([@tchellomello] - [#15414]) ([binary_sensor.ring docs])
|
- 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)
|
- 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_extractor docs]: /integrations/media_extractor/
|
||||||
[media_player.denonavr docs]: /integrations/denonavr/
|
[media_player.denonavr docs]: /integrations/denonavr/
|
||||||
[media_player.lg_netcast docs]: /integrations/lg_netcast
|
[media_player.lg_netcast docs]: /integrations/lg_netcast
|
||||||
[media_player.liveboxplaytv docs]: /integrations/liveboxplaytv
|
|
||||||
[media_player.philips_js docs]: /integrations/philips_js
|
[media_player.philips_js docs]: /integrations/philips_js
|
||||||
[mysensors docs]: /integrations/mysensors/
|
[mysensors docs]: /integrations/mysensors/
|
||||||
[onboarding docs]: /integrations/onboarding/
|
[onboarding docs]: /integrations/onboarding/
|
||||||
|
@ -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])
|
- deCONZ - Retry on BridgeBusy errors ([@Kane610] - [#23436]) ([deconz docs])
|
||||||
- Added option to select photoblack cartridge ([@ThaStealth] - [#23433]) ([epsonworkforce docs]) (breaking change)
|
- Added option to select photoblack cartridge ([@ThaStealth] - [#23433]) ([epsonworkforce docs]) (breaking change)
|
||||||
- Fix bad request for some IP ONVIF camera ([@GeertvanHorrik] - [#22972]) ([onvif docs])
|
- 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 psutil to 5.6.2 ([@fabaff] - [#23671]) ([systemmonitor docs])
|
||||||
- Upgrade shodan to 1.13.0 ([@fabaff] - [#23675]) ([shodan docs])
|
- Upgrade shodan to 1.13.0 ([@fabaff] - [#23675]) ([shodan docs])
|
||||||
- Upgrade slacker to 0.13.0 ([@fabaff] - [#23672]) ([slack 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/
|
[iqvia docs]: /integrations/iqvia/
|
||||||
[lcn docs]: /integrations/lcn/
|
[lcn docs]: /integrations/lcn/
|
||||||
[lifx docs]: /integrations/lifx/
|
[lifx docs]: /integrations/lifx/
|
||||||
[liveboxplaytv docs]: /integrations/liveboxplaytv/
|
|
||||||
[local_file docs]: /integrations/local_file/
|
[local_file docs]: /integrations/local_file/
|
||||||
[locative docs]: /integrations/locative/
|
[locative docs]: /integrations/locative/
|
||||||
[logi_circle docs]: /integrations/logi_circle/
|
[logi_circle docs]: /integrations/logi_circle/
|
||||||
|
@ -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 keyboard component ([@Quentame] - [#27791]) ([keyboard docs])
|
||||||
- Move imports in linux_battery component ([@Quentame] - [#27789]) ([linux_battery docs])
|
- Move imports in linux_battery component ([@Quentame] - [#27789]) ([linux_battery docs])
|
||||||
- Move imports in ampio component ([@Bouni] - [#27788]) ([ampio 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 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 imap + imap_email_content component ([@Quentame] - [#27793]) ([imap docs]) ([imap_email_content docs])
|
||||||
- Move imports in netgear_lte component ([@Quentame] - [#27777]) ([netgear_lte 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/
|
[linode docs]: /integrations/linode/
|
||||||
[linux_battery docs]: /integrations/linux_battery/
|
[linux_battery docs]: /integrations/linux_battery/
|
||||||
[lirc docs]: /integrations/lirc/
|
[lirc docs]: /integrations/lirc/
|
||||||
[liveboxplaytv docs]: /integrations/liveboxplaytv/
|
|
||||||
[locative docs]: /integrations/locative/
|
[locative docs]: /integrations/locative/
|
||||||
[lock docs]: /integrations/lock/
|
[lock docs]: /integrations/lock/
|
||||||
[logbook docs]: /integrations/logbook/
|
[logbook docs]: /integrations/logbook/
|
||||||
|
@ -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])
|
- 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])
|
- Fix Withings leaking time zone change into other tests ([@frenck] - [#30320])
|
||||||
- Add local_ip component ([@issacg] - [#29973]) ([localip docs]) (new-integration)
|
- 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])
|
- Add homematic host port config for HMIP-only CCUs ([@sbyx] - [#30077]) ([homematic docs])
|
||||||
- Bump dependency for HomematicIP Cloud ([@SukramJ] - [#30319]) ([homematicip_cloud 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])
|
- 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/
|
[light docs]: /integrations/light/
|
||||||
[lightwave docs]: /integrations/lightwave/
|
[lightwave docs]: /integrations/lightwave/
|
||||||
[linky docs]: /integrations/linky/
|
[linky docs]: /integrations/linky/
|
||||||
[liveboxplaytv docs]: /integrations/liveboxplaytv/
|
|
||||||
[localip docs]: /integrations/local_ip/
|
[localip docs]: /integrations/local_ip/
|
||||||
[locative docs]: /integrations/locative/
|
[locative docs]: /integrations/locative/
|
||||||
[lock docs]: /integrations/lock/
|
[lock docs]: /integrations/lock/
|
||||||
|
@ -521,7 +521,6 @@
|
|||||||
/components/media_player.kodi /integrations/kodi
|
/components/media_player.kodi /integrations/kodi
|
||||||
/components/media_player.lg_netcast /integrations/lg_netcast
|
/components/media_player.lg_netcast /integrations/lg_netcast
|
||||||
/components/media_player.lg_soundbar /integrations/lg_soundbar
|
/components/media_player.lg_soundbar /integrations/lg_soundbar
|
||||||
/components/media_player.liveboxplaytv /integrations/liveboxplaytv
|
|
||||||
/components/media_player.mediaroom /integrations/mediaroom
|
/components/media_player.mediaroom /integrations/mediaroom
|
||||||
/components/media_player.monoprice /integrations/monoprice
|
/components/media_player.monoprice /integrations/monoprice
|
||||||
/components/media_player.mpchc /integrations/mpchc
|
/components/media_player.mpchc /integrations/mpchc
|
||||||
@ -1523,7 +1522,6 @@
|
|||||||
/components/linux_battery /integrations/linux_battery
|
/components/linux_battery /integrations/linux_battery
|
||||||
/components/lirc /integrations/lirc
|
/components/lirc /integrations/lirc
|
||||||
/components/litejet /integrations/litejet
|
/components/litejet /integrations/litejet
|
||||||
/components/liveboxplaytv /integrations/liveboxplaytv
|
|
||||||
/components/llamalab_automate /integrations/llamalab_automate
|
/components/llamalab_automate /integrations/llamalab_automate
|
||||||
/components/local_file /integrations/local_file
|
/components/local_file /integrations/local_file
|
||||||
/components/locative /integrations/locative
|
/components/locative /integrations/locative
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 1.3 KiB |
Loading…
x
Reference in New Issue
Block a user