-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Room button badges/actions #16
Comments
What about if a room has a door and a lock and a motion detector, etc? |
Motion is temporary, it can overlay the previous state temporarily. So Door unlocked, show lock, a room with window and door and lock....? well i dont have one, so i havent bothered to think about that logic. LOL |
from a security standpoint: so priority low to high: fan on the newly created "left hand badge" |
oh.. dont forget the garage door cover badge. RED =========== |
An example of a configuration... Click me``` type: vertical-stack cards: - type: custom:mushroom-chips-card chips: - type: entity entity: sensor.time double_tap_action: action: navigate navigation_path: /dashboard-mobile/motion - type: entity entity: sensor.dayoftheweek icon: mdi:calendar-week - type: weather entity: weather.fort_mcmurray_pirate_weather show_conditions: true show_temperature: true tap_action: action: navigate navigation_path: /dashboard-mobile/weather hold_action: action: more-info - type: entity entity: person.tristyn name: Tristyn use_entity_picture: true hold_action: action: navigate navigation_path: /dashboard-mobile/location - type: entity entity: person.terry use_entity_picture: true hold_action: action: navigate navigation_path: /dashboard-mobile/location alignment: center - type: conditional conditions: - entity: alarm_control_panel.system state: triggered card: type: alarm-panel states: - arm_home - arm_away entity: alarm_control_panel.system - type: conditional conditions: - entity: sensor.count_zigbee_devices state_not: '31' card: type: markdown content: >-Zigbee reportDevices: {{ states.sensor.count_zigbee_devices.state }} Online/31 Total - type: conditional conditions: - entity: sensor.count_zwave_devices state_not: 17 Alive/17 Total card: type: markdown content: >ZWave reportDevices: {{ states.sensor.count_zwave_devices.state }} - type: conditional conditions: - entity: sensor.watchman_missing_entities state_not: '0' card: type: markdown content: >-Watchman reportMissing Entities: {{ states.sensor.watchman_missing_entities.state }}{%- for item in state_attr("sensor.watchman_missing_entities", "entities") %}
|
Room buttons:
show temp / humid
Click actions for room buttons
click : go to room (same as now)
long click : toggle light group for room
double click : more info light group ( dimming color control diag)
Room button
badge icon:
door if door is open (if room has door)
lock if lock is unlocked ( if room has lock)
window if window is open (if room has window)
fan icon if fan is on (if room has fan)
motion if motion detected. ( if room has motion sensor)
badge color:
red if lock
yellow if door
blue if window
blue if fan
green if motion
Gives a quick overview of WHICH doors, windows, fans, motion sensors are active.
The text was updated successfully, but these errors were encountered: