mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 05:35:11 +02: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:
@@ -89,7 +89,7 @@
|
|||||||
"fields": {
|
"fields": {
|
||||||
"mode": {
|
"mode": {
|
||||||
"name": "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."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user