mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
Replace unsupported markup of examples in humidifier.set_mode
action (#140824)
Markup language is not supported in the action UI. Thus the underscores for italics are replaced with quote marks.
This commit is contained in:
parent
29f03f5b87
commit
de1823070f
@ -89,7 +89,7 @@
|
||||
"fields": {
|
||||
"mode": {
|
||||
"name": "Mode",
|
||||
"description": "Operation mode. For example, _normal_, _eco_, or _away_. For a list of possible values, refer to the integration documentation."
|
||||
"description": "Operation mode. For example, \"normal\", \"eco\", or \"away\". For a list of possible values, refer to the integration documentation."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user