Tado repair platform error
The problem
Got this in my logs, no clue or idea on what triggered it as I do not have any Tado issues with HA. There is another repair listed though (waiting for a HA reboot after update of custom component)
Exception in <function _register_repairs_platform at 0x7fe99ed180e0> when processing platform 'repairs': (<HomeAssistant RUNNING>, 'tado', <module 'homeassistant.components.tado.repairs' from '/usr/src/homeassistant/homeassistant/components/tado/repairs.py'>) Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/components/repairs/issue_handler.py", line 118, in _register_repairs_platform raise HomeAssistantError(f"Invalid repairs platform {platform}") homeassistant.exceptions.HomeAssistantError: Invalid repairs platform <module 'homeassistant.components.tado.repairs' from '/usr/src/homeassistant/homeassistant/components/tado/repairs.py'>
Same as #120515
What version of Home Assistant Core has the issue?
core-2024.12.2
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant Container
Integration causing the issue
Tado
Link to integration documentation on our website
https://www.home-assistant.io/integrations/tado/
Diagnostics information
No response
Example YAML snippet
No response
Anything in the logs that might be useful for us?
No response
Additional information
No response
Hey there @chiefdragon, @erwindouna, mind taking a look at this issue as it has been labeled with an integration (tado) you are listed as a code owner for? Thanks!
Code owner commands
Code owners of tado can trigger bot actions by commenting:
@home-assistant closeCloses the issue.@home-assistant rename Awesome new titleRenames the issue.@home-assistant reopenReopen the issue.@home-assistant unassign tadoRemoves the current integration label and assignees on the issue, add the integration domain after the command.@home-assistant add-label needs-more-informationAdd a label (needs-more-information, problem in dependency, problem in custom component) to the issue.@home-assistant remove-label needs-more-informationRemove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.
(message by CodeOwnersMention)
tado documentation tado source (message by IssueLinks)
/cc @martin3000 as you commented on #120515
Just saw this again, it popped up right at the same time that a repair was created by HACS to restart HA since I updated Afvalinfo
Exception in <function _register_repairs_platform at 0x7fcd7da5c220> when processing platform 'repairs': (<HomeAssistant RUNNING>, 'tado', <module 'homeassistant.components.tado.repairs' from '/usr/src/homeassistant/homeassistant/components/tado/repairs.py'>) Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/components/repairs/issue_handler.py", line 118, in _register_repairs_platform raise HomeAssistantError(f"Invalid repairs platform {platform}") homeassistant.exceptions.HomeAssistantError: Invalid repairs platform <module 'homeassistant.components.tado.repairs' from '/usr/src/homeassistant/homeassistant/components/tado/repairs.py'>
Thanks for reporting. I'll look into this during the holidays.
Slightly different one now (HomeAssistant NOT_RUNNING)
Exception in <function _register_repairs_platform at 0x7f000195fba0> when processing platform 'repairs': (<HomeAssistant NOT_RUNNING>, 'tado', <module 'homeassistant.components.tado.repairs' from '/usr/src/homeassistant/homeassistant/components/tado/repairs.py'>) Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/components/repairs/issue_handler.py", line 118, in _register_repairs_platform raise HomeAssistantError(f"Invalid repairs platform {platform}") homeassistant.exceptions.HomeAssistantError: Invalid repairs platform <module 'homeassistant.components.tado.repairs' from '/usr/src/homeassistant/homeassistant/components/tado/repairs.py'>
Just leaving this here because it might help with debugging - it all works fine regardless so no worry/hurry.
I have the same issue popping up in my logfile.
2025-02-11 00:27:38.635 ERROR (MainThread) [homeassistant.util.logging] Exception in <function _register_repairs_platform at 0x7f811139c0> when processing platform 'repairs': (<HomeAssistant RUNNING>, 'tado', <module 'homeassistant.components.tado.repairs' from '/usr/src/homeassistant/homeassistant/components/tado/repairs.py'>
Hadn't seen it for a while, but today again:
2025-02-11 10:00:36.061 ERROR (MainThread) [homeassistant.util.logging] Exception in <function _register_repairs_platform at 0x7f838e1cf600> when processing platform 'repairs': (<HomeAssistant RUNNING>, 'tado', <module 'homeassistant.components.tado.repairs' from '/usr/src/homeassistant/homeassistant/components/tado/repairs.py'>) Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/components/repairs/issue_handler.py", line 118, in _register_repairs_platform raise HomeAssistantError(f"Invalid repairs platform {platform}") homeassistant.exceptions.HomeAssistantError: Invalid repairs platform <module 'homeassistant.components.tado.repairs' from '/usr/src/homeassistant/homeassistant/components/tado/repairs.py'>
HA 2025.2.2
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment 👍 This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.
Hadn't seens the issue for a long time, but today:
2025-07-13 10:14:39.631 ERROR (MainThread) [homeassistant.util.logging] Exception in <function _register_repairs_platform at 0x7f4c1bd3ea20> when processing platform 'repairs': (<HomeAssistant RUNNING>, 'tado', <module 'homeassistant.components.tado.repairs' from '/usr/src/homeassistant/homeassistant/components/tado/repairs.py'>)
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/repairs/issue_handler.py", line 118, in _register_repairs_platform
raise HomeAssistantError(f"Invalid repairs platform {platform}")
homeassistant.exceptions.HomeAssistantError: Invalid repairs platform <module 'homeassistant.components.tado.repairs' from '/usr/src/homeassistant/homeassistant/components/tado/repairs.py'>
HA 2025.7.1
And again, at HA reboot:
2025-07-14 08:50:18.156 ERROR (MainThread) [homeassistant.util.logging] Exception in <function _register_repairs_platform at 0x7fc1bfe46d40> when processing platform 'repairs': (<HomeAssistant NOT_RUNNING>, 'tado', <module 'homeassistant.components.tado.repairs' from '/usr/src/homeassistant/homeassistant/components/tado/repairs.py'>)
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/repairs/issue_handler.py", line 118, in _register_repairs_platform
raise HomeAssistantError(f"Invalid repairs platform {platform}")
homeassistant.exceptions.HomeAssistantError: Invalid repairs platform <module 'homeassistant.components.tado.repairs' from '/usr/src/homeassistant/homeassistant/components/tado/repairs.py'>
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment 👍 This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.
Not stale
Been a while since I've seen it, but:
2025-11-01 11:43:19.887 ERROR (MainThread) [homeassistant.util.logging] Exception in <function _register_repairs_platform at 0x7f34cd509940> when processing platform 'repairs': (<HomeAssistant RUNNING>, 'tado', <module 'homeassistant.components.tado.repairs' from '/usr/src/homeassistant/homeassistant/components/tado/repairs.py'>)
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/repairs/issue_handler.py", line 116, in _register_repairs_platform
raise HomeAssistantError(f"Invalid repairs platform {platform}")
homeassistant.exceptions.HomeAssistantError: Invalid repairs platform <module 'homeassistant.components.tado.repairs' from '/usr/src/homeassistant/homeassistant/components/tado/repairs.py'>