JSON to map Bin Type for Colour and Icon #1013
Answered
by
m26dvd
ciderwarehouse1
asked this question in
Q&A
-
I am trying to set the bin colours and Icon using the example JSON code provided in the README. I am pretty sure it is me being a bit thick, but when I enter the following into the configuration wizard I get an 'Invalid JSON format' message
Any assistance would be most helpful. Thanks. |
Beta Was this translation helpful? Give feedback.
Answered by
m26dvd
Nov 17, 2024
Replies: 1 comment 2 replies
-
Try the following { |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
ciderwarehouse1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Try the following
{
"Refuse Collection Service":
{
"icon": "mdi:trash-can",
"color": "black"
},
"Kerbside Recycling Collection Service":
{
"icon": "mdi:recycle",
"color": "green"
}
}