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:
Norbert Rittel 2025-03-18 12:55:32 +01:00 committed by GitHub
parent 29f03f5b87
commit de1823070f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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."
} }
} }
}, },