Skip to content

Commit

Permalink
Management
Browse files Browse the repository at this point in the history
  • Loading branch information
Sian-Lee-SA committed Dec 18, 2024
1 parent c34a518 commit a0fcda5
Show file tree
Hide file tree
Showing 3 changed files with 275 additions and 2,191 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,14 +237,14 @@ light:
action: more-info
- icon: 'mdi:lightbulb'
active: true
- show: 'HCJS: return (variables.motion);' # or '${(variables.motion)}'
- show: 'HCJS: return (variables.motion);' # or '${variables.motion}'
entity: 'HCJS: return variables.motion;' # or '${variables.motion}'
icon: 'mdi:motion-sensor'
position: 4
active: true
tap_action:
action: toggle
- show: 'HCJS: return (variables.timer);' # or '${(variables.timer)}'
- show: 'HCJS: return (variables.timer);' # or '${variables.timer}'
entity: 'HCJS: return variables.timer;' # or '${variables.timer}'
icon: 'mdi:timer'
position: 5
Expand Down
Loading

0 comments on commit a0fcda5

Please sign in to comment.