Skip to content

Commit

Permalink
adding master bath thermal
Browse files Browse the repository at this point in the history
  • Loading branch information
sameeraman committed Jul 7, 2024
1 parent c0ef09b commit 4084791
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
5 changes: 5 additions & 0 deletions camera.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,9 @@
name: Thermal Camera WC
overlay: true
pixel_sensor: sensor.sensor_pixels_2
auto_range: true
- platform: thermal_vision
name: Master Bath Thermal
overlay: true
pixel_sensor: sensor.master_bath_sensor_pixels
auto_range: true
22 changes: 21 additions & 1 deletion ui-lovelace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1519,7 +1519,27 @@ views:
- entity: binary_sensor.master_wc_esp_motion
icon: 'mdi:run-fast'
name: Motion PIR Old

- type: picture-entity
entity: camera.master_bath_thermal
title: Master Bath Thermal
- type: vertical-stack
cards:
- type: glance
title: Master Bath
entities:
- entity: binary_sensor.master_bath_person_detected
icon: 'mdi:run-fast'
name: Thermal Motion
- entity: light.master_bath_dimmer
type: light
- entity: binary_sensor.master_bath_motion_zb_1
icon: 'mdi:run-fast'
name: Master Bath Motion
- entity: binary_sensor.master_shower_motion_zb_1
icon: 'mdi:run-fast'
name: Shower Motion



- title: Laundry
path: laundry
Expand Down

0 comments on commit 4084791

Please sign in to comment.