Closed blindeslakkie closed 8 months ago
Did you recently update the integration?
Could you post your config for the integration inside the configuration.yaml
or check that this change is completed:
https://github.com/b0mbays/continuously_casting_dashboards/blob/main/docs/update-help-1.3.0.md
https://github.com/b0mbays/continuously_casting_dashboards/blob/main/docs/update-help-1.3.0.md
Thank you for your prompt response. I somehow missed this and changed the config and all is working now. Sorry for wasting your time.
Old config
continuously_casting_dashboards:
...
devices:
"
New Config
devices:
"
Great to hear 😄 No problem at all. It can be easily missed when updating!
Hi
I get the error below, this used to work. Don't even know where to start looking for this problem.
Home Assistant Core: Version: 2024.3.0 Home Assistant Operating System: Version: 12.0 Home Assistant Supervisor: Version: 2024.02.1 Continuously Casting Dashboard: v1.3.0
Invalid config The following integrations and platforms could not be set up:
continuously_casting_dashboards (Show logs) Please check your config and logs.
Logger: homeassistant.setup Source: setup.py:390 First occurred: 12:11:01 PM (1 occurrences) Last logged: 12:11:01 PM
Error during setup of component continuously_casting_dashboards Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/setup.py", line 390, in _async_setup_component result = await task ^^^^^^^^^^ File "/config/custom_components/continuously_casting_dashboards/init.py", line 20, in async_setup caster = ContinuouslyCastingDashboards(hass, conf) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/config/custom_components/continuously_casting_dashboards/dashboard_caster.py", line 30, in init device_info.get("start_time", global_start_time), "%H:%M" ^^^^^^^^^^^^^^^ AttributeError: 'str' object has no attribute 'get'