2023.10.4 pychromecast (cast) will not work #2212

Closed
opened 2023-10-24 11:19:18 +02:00 by Tatsh · 6 comments

Things installed eix -I -a --regex 'homeassistant-min|protobuf-python|pychromecast':

[I] app-misc/homeassistant-min [1]
     Available versions:  2023.4.6-r1^t 2023.5.4^t 2023.10.3^t 2023.10.4^t {accuweather airly airvisual alpha_vantage android_ip_webcam androidtv axis bluetooth bluetooth_le_tracker +caldav camera cast cli co2signal compensation coronavirus darksky dlna_dmr dlna_dms +dwd_weather_warnings ecowitt enigma2 esphome ffmpeg file forecast_solar fronius github +homekit homekit_controller http hyperion influxdb knx kodi kraken local_calendar +mariadb maxcube mikrotik +mobile_app modbus +mosquitto +mqtt myq mysensors mysql +notify_events octoprint onvif +otp owntracks +ping +plex ps4 +python_script qnap qvr_pro radio_browser +recorder +rest ring samsungtv +scrape season shelly signal_messenger +snmp socat sonos speedtestdotnet +spotify +sql +ssl systemd systemmonitor tankerkoenig tasmota test tile tomorrowio tplink upnp utility_meter +version +wake_on_lan wemo whois workday yamaha yamaha_musiccast zeroconf zha +zwave_js PYTHON_TARGETS="python3_10 python3_11"}
     Installed versions:  2023.10.4^t(04:58:48 24/10/23)(airly airvisual alpha_vantage androidtv bluetooth_le_tracker caldav cast cli dwd_weather_warnings ffmpeg github homekit homekit_controller http kodi mariadb mobile_app mosquitto mqtt myq notify_events otp ping python_script recorder rest ring scrape snmp speedtestdotnet sql ssl systemd systemmonitor tile tplink version wake_on_lan wemo whois zeroconf zwave_js -accuweather -android_ip_webcam -axis -bluetooth -camera -co2signal -compensation -coronavirus -dlna_dmr -dlna_dms -ecowitt -enigma2 -esphome -file -forecast_solar -fronius -hyperion -influxdb -knx -kraken -local_calendar -maxcube -mikrotik -modbus -mysensors -mysql -octoprint -onvif -owntracks -plex -ps4 -qnap -qvr_pro -radio_browser -samsungtv -season -shelly -signal_messenger -socat -sonos -spotify -tankerkoenig -tasmota -test -tomorrowio -upnp -utility_meter -workday -yamaha -yamaha_musiccast -zha PYTHON_TARGETS="python3_11 -python3_10")
     Homepage:            https://home-assistant.io/ https://git.edevau.net/onkelbeh/HomeAssistantRepository/
     Description:         Open-source home automation platform running on Python.

[I] dev-python/protobuf-python
     Available versions:  4.21.9(0/32)^t 4.23.1(0/23.3.0)^t[1] (~)4.23.3(0/23.3.0)^t 4.24.3(0/23.3.0)^t[1] **9999(0/23.3.0)*l^t {debug test PYTHON_TARGETS="python3_10 python3_11 python3_12"}
     Installed versions:  4.24.3(0/23.3.0)^t[1](05:15:52 24/10/23)(-debug -test PYTHON_TARGETS="python3_11 -python3_10 -python3_12")
     Homepage:            https://developers.google.com/protocol-buffers/ https://pypi.org/project/protobuf/
     Description:         Google's Protocol Buffers - Python bindings

[I] dev-python/pychromecast
     Available versions:  13.0.7 {PYTHON_TARGETS="python3_10 python3_11"}
     Installed versions:  13.0.7(05:14:29 24/10/23)(PYTHON_TARGETS="python3_11 -python3_10")
     Homepage:            https://github.com/home-assistant-libs/pychromecast/ https://pypi.org/project/PyChromecast/
     Description:         Python module to talk to Google Chromecast

[1] "HomeAssistantRepository" /var/db/repos/HomeAssistantRepository

Found 3 matches
Logger: homeassistant.setup
Source: setup.py:215
First occurred: 5:16:08 AM (1 occurrences)
Last logged: 5:16:08 AM

Setup failed for cast: Unable to import component: /usr/lib/python3.11/site-packages/google/protobuf/pyext/_message.cpython-311-x86_64-linux-gnu.so: undefined symbol: _ZNK6google8protobuf15FieldDescriptor35legacy_enum_field_treated_as_closedEv
Traceback (most recent call last):
  File "/usr/lib/python3.11/site-packages/homeassistant/setup.py", line 215, in _async_setup_component
    component = integration.get_component()
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/site-packages/homeassistant/loader.py", line 818, in get_component
    ComponentProtocol, importlib.import_module(self.pkg_path)
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/usr/lib/python3.11/site-packages/homeassistant/components/cast/__init__.py", line 6, in <module>
    from pychromecast import Chromecast
  File "/usr/lib/python3.11/site-packages/pychromecast/__init__.py", line 14, in <module>
    from . import socket_client
  File "/usr/lib/python3.11/site-packages/pychromecast/socket_client.py", line 23, in <module>
    from . import cast_channel_pb2
  File "/usr/lib/python3.11/site-packages/pychromecast/cast_channel_pb2.py", line 6, in <module>
    from google.protobuf import descriptor as _descriptor
  File "/usr/lib/python3.11/site-packages/google/protobuf/descriptor.py", line 51, in <module>
    from google.protobuf.pyext import _message
ImportError: /usr/lib/python3.11/site-packages/google/protobuf/pyext/_message.cpython-311-x86_64-linux-gnu.so: undefined symbol: _ZNK6google8protobuf15FieldDescriptor35legacy_enum_field_treated_as_closedEv
Things installed `eix -I -a --regex 'homeassistant-min|protobuf-python|pychromecast'`: ```plain [I] app-misc/homeassistant-min [1] Available versions: 2023.4.6-r1^t 2023.5.4^t 2023.10.3^t 2023.10.4^t {accuweather airly airvisual alpha_vantage android_ip_webcam androidtv axis bluetooth bluetooth_le_tracker +caldav camera cast cli co2signal compensation coronavirus darksky dlna_dmr dlna_dms +dwd_weather_warnings ecowitt enigma2 esphome ffmpeg file forecast_solar fronius github +homekit homekit_controller http hyperion influxdb knx kodi kraken local_calendar +mariadb maxcube mikrotik +mobile_app modbus +mosquitto +mqtt myq mysensors mysql +notify_events octoprint onvif +otp owntracks +ping +plex ps4 +python_script qnap qvr_pro radio_browser +recorder +rest ring samsungtv +scrape season shelly signal_messenger +snmp socat sonos speedtestdotnet +spotify +sql +ssl systemd systemmonitor tankerkoenig tasmota test tile tomorrowio tplink upnp utility_meter +version +wake_on_lan wemo whois workday yamaha yamaha_musiccast zeroconf zha +zwave_js PYTHON_TARGETS="python3_10 python3_11"} Installed versions: 2023.10.4^t(04:58:48 24/10/23)(airly airvisual alpha_vantage androidtv bluetooth_le_tracker caldav cast cli dwd_weather_warnings ffmpeg github homekit homekit_controller http kodi mariadb mobile_app mosquitto mqtt myq notify_events otp ping python_script recorder rest ring scrape snmp speedtestdotnet sql ssl systemd systemmonitor tile tplink version wake_on_lan wemo whois zeroconf zwave_js -accuweather -android_ip_webcam -axis -bluetooth -camera -co2signal -compensation -coronavirus -dlna_dmr -dlna_dms -ecowitt -enigma2 -esphome -file -forecast_solar -fronius -hyperion -influxdb -knx -kraken -local_calendar -maxcube -mikrotik -modbus -mysensors -mysql -octoprint -onvif -owntracks -plex -ps4 -qnap -qvr_pro -radio_browser -samsungtv -season -shelly -signal_messenger -socat -sonos -spotify -tankerkoenig -tasmota -test -tomorrowio -upnp -utility_meter -workday -yamaha -yamaha_musiccast -zha PYTHON_TARGETS="python3_11 -python3_10") Homepage: https://home-assistant.io/ https://git.edevau.net/onkelbeh/HomeAssistantRepository/ Description: Open-source home automation platform running on Python. [I] dev-python/protobuf-python Available versions: 4.21.9(0/32)^t 4.23.1(0/23.3.0)^t[1] (~)4.23.3(0/23.3.0)^t 4.24.3(0/23.3.0)^t[1] **9999(0/23.3.0)*l^t {debug test PYTHON_TARGETS="python3_10 python3_11 python3_12"} Installed versions: 4.24.3(0/23.3.0)^t[1](05:15:52 24/10/23)(-debug -test PYTHON_TARGETS="python3_11 -python3_10 -python3_12") Homepage: https://developers.google.com/protocol-buffers/ https://pypi.org/project/protobuf/ Description: Google's Protocol Buffers - Python bindings [I] dev-python/pychromecast Available versions: 13.0.7 {PYTHON_TARGETS="python3_10 python3_11"} Installed versions: 13.0.7(05:14:29 24/10/23)(PYTHON_TARGETS="python3_11 -python3_10") Homepage: https://github.com/home-assistant-libs/pychromecast/ https://pypi.org/project/PyChromecast/ Description: Python module to talk to Google Chromecast [1] "HomeAssistantRepository" /var/db/repos/HomeAssistantRepository Found 3 matches ``` ```plain Logger: homeassistant.setup Source: setup.py:215 First occurred: 5:16:08 AM (1 occurrences) Last logged: 5:16:08 AM Setup failed for cast: Unable to import component: /usr/lib/python3.11/site-packages/google/protobuf/pyext/_message.cpython-311-x86_64-linux-gnu.so: undefined symbol: _ZNK6google8protobuf15FieldDescriptor35legacy_enum_field_treated_as_closedEv Traceback (most recent call last): File "/usr/lib/python3.11/site-packages/homeassistant/setup.py", line 215, in _async_setup_component component = integration.get_component() ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/homeassistant/loader.py", line 818, in get_component ComponentProtocol, importlib.import_module(self.pkg_path) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "<frozen importlib._bootstrap>", line 1204, in _gcd_import File "<frozen importlib._bootstrap>", line 1176, in _find_and_load File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 690, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 940, in exec_module File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed File "/usr/lib/python3.11/site-packages/homeassistant/components/cast/__init__.py", line 6, in <module> from pychromecast import Chromecast File "/usr/lib/python3.11/site-packages/pychromecast/__init__.py", line 14, in <module> from . import socket_client File "/usr/lib/python3.11/site-packages/pychromecast/socket_client.py", line 23, in <module> from . import cast_channel_pb2 File "/usr/lib/python3.11/site-packages/pychromecast/cast_channel_pb2.py", line 6, in <module> from google.protobuf import descriptor as _descriptor File "/usr/lib/python3.11/site-packages/google/protobuf/descriptor.py", line 51, in <module> from google.protobuf.pyext import _message ImportError: /usr/lib/python3.11/site-packages/google/protobuf/pyext/_message.cpython-311-x86_64-linux-gnu.so: undefined symbol: _ZNK6google8protobuf15FieldDescriptor35legacy_enum_field_treated_as_closedEv ```
Owner

depends on #2208, it should compile with protobuf-python-4.23.3 installed.
we currently only have dev-libs/protobuf-23.3, resulting in a slot mismatch.
currently pending -> https://bugs.gentoo.org/912819

depends on #2208, it should compile with protobuf-python-4.23.3 installed. we currently only have dev-libs/protobuf-23.3, resulting in a slot mismatch. currently pending -> https://bugs.gentoo.org/912819

With protobuf-23.3 and protobuf-python-4.24.3 homeassistant integration doesn't work.

Temporary solution:

  • force protobuf-python-4.23.3 with protobuf-23.3 to be consistent
    => homeassistant will install in deps directory his own protobuf-24.3 and protobuf-python-4.24.3
    => integration is working
With protobuf-23.3 and protobuf-python-4.24.3 homeassistant integration doesn't work. Temporary solution: - force protobuf-python-4.23.3 with protobuf-23.3 to be consistent => homeassistant will install in deps directory his own protobuf-24.3 and protobuf-python-4.24.3 => integration is working
Owner

Yep, protobuf and protobuf-python slot must match.
Next release will patch package_constraints.txt:

For a try, add this to src_prepare():

# we do not have an actual protobuf so we must use an old one
sed "/protobuf==4.24.3/c\protobuf" -i homeassistant/package_constraints.txt || die

and downgrade to

~dev-python/protobuf-python-4.23.3[${PYTHON_USEDEP}]

this will at least resolve the undefined symbol.
The rest has to be tested, I could not find a need for the 24.3 protobuf.
I am still working on an issue with aioesphomeapi, I expect 2023.10.5 to get ready today.
Have a bigger construction in the build script for the 'big' Ebuild, it is getting a function to 'force' dissenting versions and to add patches to the core constraints.

Unfortunately a lot of the abseil dependent libs are broken, this could take some more time to resolve. Due to my non existant cpp skills I cannot help there. https://bugs.gentoo.org/showdependencytree.cgi?id=912819&hide_resolved=1

Yep, protobuf and protobuf-python slot must match. Next release will patch package_constraints.txt: For a try, add this to src_prepare(): ```bash # we do not have an actual protobuf so we must use an old one sed "/protobuf==4.24.3/c\protobuf" -i homeassistant/package_constraints.txt || die ``` and downgrade to ```bash ~dev-python/protobuf-python-4.23.3[${PYTHON_USEDEP}] ``` this will at least resolve the `undefined symbol`. The rest has to be tested, I could not find a need for the 24.3 protobuf. I am still working on an issue with aioesphomeapi, I expect 2023.10.5 to get ready today. Have a bigger construction in the build script for the 'big' Ebuild, it is getting a function to 'force' dissenting versions and to add patches to the core constraints. Unfortunately a lot of the abseil dependent libs are broken, this could take some more time to resolve. Due to my non existant cpp skills I cannot help there. https://bugs.gentoo.org/showdependencytree.cgi?id=912819&hide_resolved=1
onkelbeh added the
Bug
label 2023-10-28 09:47:10 +02:00
Owner

from my view, everything related is working again with the supplied protobuf-24.3 and protobuf-python-4.24.3

from my view, everything related is working again with the supplied protobuf-24.3 and protobuf-python-4.24.3

from my view, everything related is working again with the supplied protobuf-24.3 and protobuf-python-4.24.3

Everything OK from me too:

[I] dev-libs/protobuf (24.3(0/24.3.0){gpkg}[1]@10/28/2023): Google's Protocol Buffers - Extensible mechanism for serializing structured data
[I] dev-python/protobuf-python (4.24.3(0/24.3.0)[1]@10/28/2023): Google's Protocol Buffers - Python bindings
[1] "HomeAssistantRepository" /var/db/repos/homeassistant
> from my view, everything related is working again with the supplied protobuf-24.3 and protobuf-python-4.24.3 Everything OK from me too: ``` [I] dev-libs/protobuf (24.3(0/24.3.0){gpkg}[1]@10/28/2023): Google's Protocol Buffers - Extensible mechanism for serializing structured data [I] dev-python/protobuf-python (4.24.3(0/24.3.0)[1]@10/28/2023): Google's Protocol Buffers - Python bindings [1] "HomeAssistantRepository" /var/db/repos/homeassistant ```
Owner

Perfect, so I'll close another.

Perfect, so I'll close another.
Sign in to join this conversation.
No Label
Bug
Bump/Update
Cleanup
Dupe
Enhancement
File Collision
Forked
help wanted
Integration: accuweather
Integration: acmeda
Integration: acomax
Integration: adax
Integration: adguard
Integration: aemet
Integration: aep_ohio
Integration: aep_texas
Integration: airq
Integration: airthings
Integration: airthings_ble
Integration: airtouch5
Integration: airzone
Integration: airzone_cloud
Integration: amazon_polly
Integration: amberelectric
Integration: ambient_station
Integration: analytics_insights
Integration: anel_pwrctrl
Integration: aosmith
Integration: apache_kafka
Integration: apcupsd
Integration: appalachianpower
Integration: apprise
Integration: aprilaire
Integration: aranet
Integration: aseko_pool_live
Integration: asuswrt
Integration: august
Integration: aws
Integration: axis
Integration: backup
Integration: bang_olufsen
Integration: blebox
Integration: blink
Integration: bluetooth
Integration: blue_current
Integration: bmw_connected_drive
Integration: bosch_shc
Integration: bring
Integration: brother
Integration: brottsplatskartan
Integration: bsblan
Integration: bthome
Integration: caldav
Integration: cast
Integration: ccm15
Integration: cloud
Integration: cloudflare
Integration: co2signal
Integration: coautilities
Integration: comelit
Integration: conversation
Integration: debugpy
Integration: deconz
Integration: deluge
Integration: denonavr
Integration: devialet
Integration: devolo_home_control
Integration: dhcp
Integration: discord
Integration: discovergy
Integration: dlna_dmr
Integration: dlna_dms
Integration: doods
Integration: drop_connect
Integration: dsmr
Integration: duotecno
Integration: duquesne_light
Integration: dwd_weather_warnings
Integration: easyenergy
Integration: ecobee
Integration: ecoforest
Integration: ecovacs
Integration: ecowitt
Integration: elgato
Integration: elvia
Integration: energyzero
Integration: enigma2
Integration: enphase_envoy
Integration: epion
Integration: esphome
Integration: evohome
Integration: ffmpeg
Integration: fjaraskupan
Integration: flexit_bacnet
Integration: flipr
Integration: forecast_solar
Integration: foscam
Integration: fritzbox
Integration: fronius
Integration: frontend
Integration: fujitsu_anywair
Integration: fyta
Integration: garages_amsterdam
Integration: gardena_bluetooth
Integration: gdacs
Integration: generic
Integration: geonetnz_quakes
Integration: geonetnz_volcano
Integration: geo_json_events
Integration: geo_rss_events
Integration: gios
Integration: glances
Integration: goodwe
Integration: google
Integration: google_assistant_sdk
Integration: google_generative_ai_conversation
Integration: govee_ble
Integration: govee_light_local
Integration: hive
Integration: hko
Integration: holiday
Integration: homekit_controller
Integration: homematicip_cloud
Integration: homewizard
Integration: honeywell
Integration: hp_ilo
Integration: html5
Integration: http
Integration: hue
Integration: hunterdouglas_powerview
Integration: husqvarna_automower
Integration: huum
Integration: hydrawise
Integration: iammeter
Integration: ibeacon
Integration: idasen_desk
Integration: ign_sismologia
Integration: image_upload
Integration: indianamichiganpower
Integration: insteon
Integration: ipp
Integration: islamic_prayer_times
Integration: justnimbus
Integration: jvc_projector
Integration: kef
Integration: kentuckypower
Integration: keymitt_ble
Integration: knx
Integration: kostal_plenticore
Integration: krispol
Integration: lamarzocco
Integration: ld2410_ble
Integration: leaone
Integration: led_ble
Integration: life360
Integration: lifx
Integration: linear_garage_door
Integration: litejet
Integration: litterrobot
Integration: local_calendar
Integration: local_todo
Integration: loqed
Integration: luci
Integration: lupusec
Integration: lutron
Integration: lutron_caseta
Integration: madeco
Integration: mastodon
Integration: matrix
Integration: matter
Integration: media_extractor
Integration: melcloud
Integration: met
Integration: meteoclimatic
Integration: meteo_france
Integration: metoffice
Integration: microbees
Integration: mill
Integration: minecraft_server
Integration: modbus
Integration: mopeka
Integration: motionblinds_ble
Integration: motionmount
Integration: motion_blinds
Integration: myuplink
Integration: nam
Integration: neato
Integration: netatmo
Integration: nexia
Integration: nextbus
Integration: nextcloud
Integration: nextdns
Integration: nibe_heatpump
Integration: nmap_tracker
Integration: nobo_hub
Integration: norway_air
Integration: notion
Integration: nsw_rural_fire_service_feed
Integration: nuki
Integration: numato
Integration: nut
Integration: nws
Integration: ollama
Integration: oncue
Integration: ondilo_ico
Integration: openai_conversation
Integration: openerz
Integration: open_meteo
Integration: opower
Integration: orvibo
Integration: osoenergy
Integration: otbr
Integration: ourgroceries
Integration: overkiz
Integration: p1_monitor
Integration: pegel_online
Integration: permobil
Integration: plex
Integration: plugwise
Integration: powerwall
Integration: private_ble_device
Integration: proxy
Integration: prusalink
Integration: psoklahoma
Integration: pure_energie
Integration: pvoutput
Integration: qingping
Integration: qld_bushfire
Integration: qrcode
Integration: rabbitair
Integration: rachio
Integration: radio_browser
Integration: rainbird
Integration: rainforest_raven
Integration: rainmachine
Integration: rdw
Integration: recorder
Integration: refoss
Integration: renault
Integration: renson
Integration: reolink
Integration: rflink
Integration: rfxtrx
Integration: ridwell
Integration: ring
Integration: risco
Integration: roborock
Integration: roku
Integration: romy
Integration: roomba
Integration: roon
Integration: route53
Integration: rova
Integration: samsam
Integration: samsungtv
Integration: schlage
Integration: scl
Integration: screenlogic
Integration: sensibo
Integration: sensorpush
Integration: sentry
Integration: seven_segments
Integration: sfr_box
Integration: shelly
Integration: sighthound
Integration: signal_messenger
Integration: simplisafe
Integration: sleepiq
Integration: slimproto
Integration: smarttub
Integration: smud
Integration: snmp
Integration: songpal
Integration: sonos
Integration: sql
Integration: squeezebox
Integration: ssdp
Integration: subaru
Integration: suez_water
Integration: sunweg
Integration: surepetcare
Integration: swepco
Integration: swiss_public_transport
Integration: switchbot
Integration: switchbot_cloud
Integration: switcher_kis
Integration: system_bridge
Integration: tado
Integration: tailwind
Integration: tankerkoenig
Integration: tasmota
Integration: technove
Integration: tedee
Integration: telegram_bot
Integration: temper
Integration: tensorflow
Integration: teslemetry
Integration: tessie
Integration: thermobeacon
Integration: thermopro
Integration: thread
Integration: tile
Integration: tolo
Integration: tplink
Integration: tplink_omada
Integration: tplink_tapo
Integration: traccar
Integration: traccar_server
Integration: trafikverket_camera
Integration: trafikverket_ferry
Integration: trafikverket_train
Integration: trafikverket_weatherstation
Integration: transmission
Integration: tuya
Integration: twentemilieu
Integration: unifi
Integration: unifiprotect
Integration: unifi_direct
Integration: upnp
Integration: usgs_earthquakes_feed
Integration: utility_meter
Integration: v2c
Integration: vallox
Integration: valve
Integration: velbus
Integration: velux
Integration: vicare
Integration: vilfo
Integration: vodafone_station
Integration: vulcan
Integration: wallbox
Integration: waqi
Integration: waze_travel_time
Integration: weatherflow_cloud
Integration: weatherkit
Integration: webmin
Integration: webostv
Integration: wemo
Integration: whirlpool
Integration: withings
Integration: wolflink
Integration: workday
Integration: wyoming
Integration: xiaomi_ble
Integration: yalexs_ble
Integration: yeelight
Integration: yolink
Integration: zamg
Integration: zeroconf
Integration: zha
Integration: zhong_hong
Integration: zondergas
Integration: zoneminder
Integration: zwave_js
invalid
New Integration
Python 3.10
Python 3.11
question
requirement
Requirement vanished
slot-conflict
Source Incomplete
SrcDir ${S} mismatch
TopLevelViolation
Update required
virtual
wontfix
No Milestone
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: onkelbeh/HomeAssistantRepository#2212
No description provided.