├── README.md ├── resources └── HALovelace.PNG ├── templates ├── button-card │ ├── alarm.yaml │ ├── base.yaml │ ├── binary_sensor.yaml │ ├── light.yaml │ ├── media.yaml │ ├── room.yaml │ ├── switch.yaml │ └── weather.yaml ├── decluttering-card │ ├── headers.yaml │ └── map.yaml └── popup │ ├── alarm_popup.yaml │ ├── light_popup.yaml │ ├── media_audio_popup.yaml │ ├── media_video_popup.yaml │ └── switch_popup.yaml └── ui-lovelace-example.yaml /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asierralozano/homeapp-templates/HEAD/README.md -------------------------------------------------------------------------------- /resources/HALovelace.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asierralozano/homeapp-templates/HEAD/resources/HALovelace.PNG -------------------------------------------------------------------------------- /templates/button-card/alarm.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asierralozano/homeapp-templates/HEAD/templates/button-card/alarm.yaml -------------------------------------------------------------------------------- /templates/button-card/base.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asierralozano/homeapp-templates/HEAD/templates/button-card/base.yaml -------------------------------------------------------------------------------- /templates/button-card/binary_sensor.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asierralozano/homeapp-templates/HEAD/templates/button-card/binary_sensor.yaml -------------------------------------------------------------------------------- /templates/button-card/light.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asierralozano/homeapp-templates/HEAD/templates/button-card/light.yaml -------------------------------------------------------------------------------- /templates/button-card/media.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asierralozano/homeapp-templates/HEAD/templates/button-card/media.yaml -------------------------------------------------------------------------------- /templates/button-card/room.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asierralozano/homeapp-templates/HEAD/templates/button-card/room.yaml -------------------------------------------------------------------------------- /templates/button-card/switch.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asierralozano/homeapp-templates/HEAD/templates/button-card/switch.yaml -------------------------------------------------------------------------------- /templates/button-card/weather.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asierralozano/homeapp-templates/HEAD/templates/button-card/weather.yaml -------------------------------------------------------------------------------- /templates/decluttering-card/headers.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asierralozano/homeapp-templates/HEAD/templates/decluttering-card/headers.yaml -------------------------------------------------------------------------------- /templates/decluttering-card/map.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asierralozano/homeapp-templates/HEAD/templates/decluttering-card/map.yaml -------------------------------------------------------------------------------- /templates/popup/alarm_popup.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asierralozano/homeapp-templates/HEAD/templates/popup/alarm_popup.yaml -------------------------------------------------------------------------------- /templates/popup/light_popup.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asierralozano/homeapp-templates/HEAD/templates/popup/light_popup.yaml -------------------------------------------------------------------------------- /templates/popup/media_audio_popup.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asierralozano/homeapp-templates/HEAD/templates/popup/media_audio_popup.yaml -------------------------------------------------------------------------------- /templates/popup/media_video_popup.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asierralozano/homeapp-templates/HEAD/templates/popup/media_video_popup.yaml -------------------------------------------------------------------------------- /templates/popup/switch_popup.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asierralozano/homeapp-templates/HEAD/templates/popup/switch_popup.yaml -------------------------------------------------------------------------------- /ui-lovelace-example.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asierralozano/homeapp-templates/HEAD/ui-lovelace-example.yaml --------------------------------------------------------------------------------