mirror of https://github.com/home-assistant/core
24 lines
443 B
JSON
24 lines
443 B
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"description": "Select the location you want to recieve the Stookwijzer information for.",
|
|
"data": {
|
|
"location": "[%key:common::config_flow::data::location%]"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"entity": {
|
|
"sensor": {
|
|
"stookwijzer": {
|
|
"state": {
|
|
"blauw": "Blue",
|
|
"oranje": "Orange",
|
|
"rood": "Red"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|