diff --git a/source/_lovelace/entity-button.markdown b/source/_lovelace/entity-button.markdown index 1571da98a78..73dbc9e62d7 100644 --- a/source/_lovelace/entity-button.markdown +++ b/source/_lovelace/entity-button.markdown @@ -59,6 +59,10 @@ service_data: description: The service data to use. type: object default: "entity_id: entity_id" +theme: + required: false + description: "Set to any theme within `themes.yaml`" + type: string {% endconfiguration %} ## {% linkable_title Examples %} diff --git a/source/_lovelace/glance.markdown b/source/_lovelace/glance.markdown index 9dda1cd3eac..b56ccb437ec 100644 --- a/source/_lovelace/glance.markdown +++ b/source/_lovelace/glance.markdown @@ -45,9 +45,9 @@ column_width: description: "Column width as CSS length like `100px` or `calc(100% / 7)`. This controls how many entities appear in a row - at the default 20% you have 5 entities in a row. Use `calc(100% / 7)` for 7 entities in a row, and so on." type: string default: 20% -theming: +theme: required: false - description: "Set to `primary` to style the card with the background and text color of the header bar." + description: "Set to any theme within `themes.yaml`" type: string {% endconfiguration %}