Time to clean up the views

This commit is contained in:
CCOSTAN 2016-10-21 15:22:05 +00:00
parent 7f132fe2c2
commit 97b58bb32c
5 changed files with 31 additions and 6 deletions

View File

@ -18,6 +18,7 @@
message: "Home Assistant {{ states('updater.updater') }} is available. - {{ as_timestamp(now()) | timestamp_custom('%I:%M:%S %p %d%b%Y', true) }}"
data:
url: "https://home-assistant.io/getting-started/installation-raspberry-pi-all-in-one/#upgrading"
- service: persistent_notification.create
data:
title: "Update Available"

View File

@ -6,16 +6,16 @@ sensor.since_last_boot_templated:
friendly_name: 'HomeAssistant Uptime'
icon: mdi:clock-start
input_boolean.guest_mode:
friendly_name: 'Guest Mode'
icon: mdi:account-alert
sensor.since_last_boot:
hidden: true
sensor.badlogin:
hidden: true
input_boolean.guest_mode:
friendly_name: 'Guest Mode'
icon: mdi:account-alert
group.home_modes:
friendly_name: 'Home Modes'
@ -24,3 +24,5 @@ group.all_lights:
group.all_switches:
hidden: false

View File

@ -1,4 +1,5 @@
home_modes:
entities:
- input_boolean.guest_mode
- automation.goodnight__away_mode
- scene.living_room_tv_time

View File

@ -1,15 +1,36 @@
default_view:
name: Bear Stone Run
view: yes
icon: mdi:home
entities:
- persistent_notification.update_available
- group.home_mode
- group.family
- group.amps
- group.holiday
- group.Bedroom
- group.Kitchen
- group.Dinette
- group.living_room
- group.living_room_accents
- group.foyer
- group.upstairs
- group.den
- group.office
Lights:
view: yes
icon: mdi:lightbulb
entities:
- group.all_lights
- group.all_switches
- group.all_automations
Info:
view: yes
icon: mdi:settings
entities:
- group.family
- group.devices
- group.network
- group.sensors
- group.weather