How many user defined (static) sources are supported? #2151
Unanswered
michaelmikelas
asked this question in
Q&A
Replies: 1 comment
-
There is no limit. Your problem is json equivalentworking configuration : "customize": [
{
"type": "Recycling",
"icon": "mdi:recycle"
}
] your not working configuration: "customize": [
{
"type": "Litter"
},
{
"icon": "mdi:cat"
}
] |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Per the title... how many user defined sources can we configure? I have two working without issue but if I go to add a third, that uses nearly the exact same YAML config as my first entry... HA reboots with errors. Thought is to use the integration to track changing the cat litter and replacing their water in their fountain on top of regular garbage and recycling pickups...
This is the error on restart if I uncomment and enable the Litter static entry above:
Beta Was this translation helpful? Give feedback.
All reactions