1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-29 05:03:59 +01:00
Files
core/homeassistant/components/cookidoo/icons.json
Cyrill Raccaud 33a23ad1c6 Add diagnostic sensors for the active subscription of Cookidoo (#136485)
* add diagnostics for the active subcription

* fix mapping between api and ha states for subscription

* multiline lambda
2025-01-27 08:43:30 +01:00

31 lines
584 B
JSON

{
"entity": {
"sensor": {
"subscription": {
"default": "mdi:account",
"state": {
"free": "mdi:account",
"trial": "mdi:account-question",
"regular": "mdi:account-star"
}
},
"expiration": {
"default": "mdi:account-reactivate"
}
},
"button": {
"todo_clear": {
"default": "mdi:cart-off"
}
},
"todo": {
"ingredient_list": {
"default": "mdi:cart-plus"
},
"additional_item_list": {
"default": "mdi:cart-plus"
}
}
}
}