mirror of
https://github.com/home-assistant/core.git
synced 2026-04-17 15:44:52 +01:00
23 lines
335 B
JSON
23 lines
335 B
JSON
{
|
|
"conditions": {
|
|
"is_equal_to": {
|
|
"condition": "mdi:form-textbox"
|
|
}
|
|
},
|
|
"entity_component": {
|
|
"_": {
|
|
"default": "mdi:form-textbox"
|
|
}
|
|
},
|
|
"services": {
|
|
"set_value": {
|
|
"service": "mdi:form-textbox"
|
|
}
|
|
},
|
|
"triggers": {
|
|
"changed": {
|
|
"trigger": "mdi:form-textbox"
|
|
}
|
|
}
|
|
}
|