Add script icon translations (#109107)

Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
Paul Bottein 2024-01-30 13:22:27 +01:00 committed by GitHub
parent 4576fea511
commit 72a28d68d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,16 @@
{
"entity_component": {
"_": {
"default": "mdi:script-text",
"state": {
"on": "mdi:script-text-play"
}
}
},
"services": {
"reload": "mdi:reload",
"turn_on": "mdi:script-text-play",
"turn_off": "mdi:script-text",
"toggle": "mdi:script-text"
}
}