diff --git a/source/_dashboards/humidifier.markdown b/source/_dashboards/humidifier.markdown index 8b7d4bdd4ec..93b721febf9 100644 --- a/source/_dashboards/humidifier.markdown +++ b/source/_dashboards/humidifier.markdown @@ -56,3 +56,8 @@ type: humidifier entity: humidifier.bedroom name: Bedroom Humidifier ``` + +## Related topics + +- [Card features](/dashboards/features) +- [Themes](/integrations/frontend/) diff --git a/source/_dashboards/thermostat.markdown b/source/_dashboards/thermostat.markdown index 67b4d40cbf4..5ca865065d8 100644 --- a/source/_dashboards/thermostat.markdown +++ b/source/_dashboards/thermostat.markdown @@ -5,7 +5,7 @@ sidebar_label: Thermostat description: "The thermostat card gives control of your climate entity, allowing you to change the temperature and mode of the entity." --- -The thermostat card gives control of your [climate](/integrations/#climate) entity, allowing you to change the temperature and mode of the entity. +The thermostat card gives control of your [climate](/integrations/#climate) {% term entity %}, allowing you to change the temperature and mode of the {% term entity %}.

Screenshot of the thermostat card @@ -55,3 +55,8 @@ features: type: thermostat entity: climate.nest ``` + +## Related topics + +- [Card features](/dashboards/features) +- [Themes](/integrations/frontend/)