kernelpanic85
kernelpanic85
Hi, Thanks for this fork of the Smartthings Integration! I have a TP6X_REF_16K model fridge and have tried adding the model to the 5 files (binary_sensor.py, number.py, sensor.py, select.py, and...
## Version of the custom_component 0.2.2 ## Configuration No config yet ## Add your logs here.  ``` Logger: homeassistant.config_entries Source: config_entries.py:784 First occurred: 12:36:02 PM (3 occurrences) Last logged:...
I think Watchman may be incorrectly reporting missing entities in my ESPHome configs. The following are the errors reported and attached is the yaml config in question. My switch compiles...
I'm seeing about 25% higher than normal CPU usage that seems to go down when I disable this integration. Debug logs show the following: ``` 2024-04-30 23:23:26.039 DEBUG (MainThread) [custom_components.jvc_projectors.remote]...
The viewer pane uses Flash which is EoL and not supported on any browsers. This will need to be replaced by something else to retain functionality. 
## Version of the custom_component 2023.11.1 Add your logs here. ``` Logger: homeassistant.components.light Source: components/light/__init__.py:1269 integration: Light (documentation, issues) First occurred: April 3, 2024 at 6:29:52 PM (1 occurrences) Last...
Update the markdown YAML to handle cases where the sensors report 0 issues. Fixes #122
This fixes all the 2025 HA deprecations restoring functionality to this integration.
After upgrading to 2025.6, Calendarific no longer functions due to the following: https://developers.home-assistant.io/blog/2024/06/12/async_forward_entry_setups/ ``` Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/config_entries.py", line 749, in __async_setup_with_context result = await component.async_setup_entry(hass, self)...