mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-10 19:06:30 +00:00
Fix incorrect example code for Icon translations IQS rule (#2552)
This commit is contained in:
parent
e19fd86f33
commit
4d028f5d9e
@ -42,13 +42,15 @@ class MySensor(SensorEntity):
|
||||
{
|
||||
"entity": {
|
||||
"sensor": {
|
||||
"tree_pollen": "mdi:tree",
|
||||
"tree_pollen": {
|
||||
"default": "mdi:tree",
|
||||
"state": {
|
||||
"high": "mdi:tree-outline"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
## Additional resources
|
||||
|
Loading…
x
Reference in New Issue
Block a user