From 365b99cab52a3c8a838a036d7f994da60ddd52f2 Mon Sep 17 00:00:00 2001 From: Georgi Gardev Date: Thu, 3 Dec 2020 10:12:32 +0200 Subject: [PATCH] Refactor file names --- config/lovelace/advanced_dashboard/00_home.yaml | 2 ++ .../modules/climate/{climate.yaml => internal_sensors.yaml} | 0 config/packages/modules/lighting/{state.yaml => schedule.yaml} | 0 3 files changed, 2 insertions(+) rename config/packages/modules/climate/{climate.yaml => internal_sensors.yaml} (100%) rename config/packages/modules/lighting/{state.yaml => schedule.yaml} (100%) diff --git a/config/lovelace/advanced_dashboard/00_home.yaml b/config/lovelace/advanced_dashboard/00_home.yaml index 39d454f..61e1dc4 100644 --- a/config/lovelace/advanced_dashboard/00_home.yaml +++ b/config/lovelace/advanced_dashboard/00_home.yaml @@ -95,6 +95,8 @@ cards: - type: vertical-stack cards: + - type: entities + entities: [sensor.at_desk] - type: entities title: Quarantine icon: mdi:biohazard diff --git a/config/packages/modules/climate/climate.yaml b/config/packages/modules/climate/internal_sensors.yaml similarity index 100% rename from config/packages/modules/climate/climate.yaml rename to config/packages/modules/climate/internal_sensors.yaml diff --git a/config/packages/modules/lighting/state.yaml b/config/packages/modules/lighting/schedule.yaml similarity index 100% rename from config/packages/modules/lighting/state.yaml rename to config/packages/modules/lighting/schedule.yaml