mirror of
https://github.com/home-assistant/core.git
synced 2025-08-11 08:35:15 +02:00
Add icon translations to Counter (#109651)
This commit is contained in:
committed by
GitHub
parent
9fef1938b4
commit
c3690e74c5
8
homeassistant/components/counter/icons.json
Normal file
8
homeassistant/components/counter/icons.json
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"services": {
|
||||||
|
"decrement": "mdi:numeric-negative-1",
|
||||||
|
"increment": "mdi:numeric-positive-1",
|
||||||
|
"reset": "mdi:refresh",
|
||||||
|
"set_value": "mdi:counter"
|
||||||
|
}
|
||||||
|
}
|
Reference in New Issue
Block a user