mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-10 02:50:12 -04:00
Refactor camera cards to use advanced-camera-card format
- Updated garage-card.yaml to use vertical-stack and advanced-camera-card structure. - Refactored indoor-camera-cycler.yaml to include multiple cameras in advanced-camera-card format. - Modified kitchen-card.yaml to align with new advanced-camera-card structure. - Consolidated master-bedroom-card.yaml to include both left and right cameras in a single advanced-camera-card. - Removed deprecated master-bedroom-left-card.yaml and master-bedroom-right-card.yaml files. - Updated nursery-card.yaml to follow the new advanced-camera-card format. - Refactored outdoor-camera-cycler.yaml to utilize advanced-camera-card for multiple outdoor cameras. - Cleaned up view-ha-floorplan.yaml by removing commented-out code. - Updated view-overview.yaml to remove unused plant entities. - Corrected media source paths in wake_up_the_master_bedroom.yaml and take_meds.yaml scripts. - Added new ESPHome configurations for bed presence sensors. - Updated full-sized floorplan SVG with new IDs for bed presence sensors.
This commit is contained in:
@@ -36,36 +36,6 @@ cards:
|
||||
- state: idle
|
||||
class: hvac-idle
|
||||
|
||||
# - entities:
|
||||
# - input_boolean.clint_in_bed
|
||||
# - input_boolean.emmett_in_bed
|
||||
# - input_boolean.bridget_in_bed
|
||||
# - input_boolean.kristy_in_bed
|
||||
# - input_boolean.marshall_in_bed
|
||||
# - input_boolean.tess_in_bed
|
||||
# - input_boolean.ebin_in_bed
|
||||
# - input_boolean.guest_in_bed
|
||||
# states:
|
||||
# - state: 'on'
|
||||
# class: in-bed
|
||||
# - state: 'off'
|
||||
# class: out-of-bed
|
||||
|
||||
# - entities:
|
||||
# - input_boolean.clint_is_awake
|
||||
# - input_boolean.emmett_is_awake
|
||||
# - input_boolean.bridget_is_awake
|
||||
# - input_boolean.kristy_is_awake
|
||||
# - input_boolean.marshall_is_awake
|
||||
# - input_boolean.tess_is_awake
|
||||
# - input_boolean.ebin_is_awake
|
||||
# - input_boolean.guest_is_awake
|
||||
# states:
|
||||
# - state: 'on'
|
||||
# class: awake
|
||||
# - state: 'off'
|
||||
# class: sleeping
|
||||
|
||||
- entities:
|
||||
- input_boolean.entryway_occupied
|
||||
- input_boolean.front_room_occupied
|
||||
@@ -127,10 +97,8 @@ cards:
|
||||
- entities:
|
||||
- plant.plant_sensor_cea4
|
||||
- plant.plant_sensor_3eae
|
||||
- plant.fineoffset_wh51_00f935
|
||||
- plant.fineoffset_wh51_0ce593
|
||||
- plant.plant_sensor_3eb0
|
||||
- plant.fineoffset_wh51_0d1e11
|
||||
states:
|
||||
- state: "problem"
|
||||
class: "health-warning"
|
||||
@@ -142,9 +110,9 @@ cards:
|
||||
|
||||
- entities:
|
||||
- binary_sensor.black_bed_occupied
|
||||
- input_boolean.white_bed_occupied
|
||||
- binary_sensor.bed_presence_c175a4_bed_occupied_left
|
||||
- binary_sensor.bed_presence_c175a4_bed_occupied_right
|
||||
- binary_sensor.white_bed_occupied
|
||||
- binary_sensor.master_bed_left_occupied
|
||||
- binary_sensor.master_bed_right_occupied
|
||||
- binary_sensor.computer_area_person_occupancy
|
||||
- binary_sensor.dining_room_person_occupancy
|
||||
- binary_sensor.entryway_person_occupancy
|
||||
@@ -712,22 +680,13 @@ cards:
|
||||
- binary_sensor.deck_motion
|
||||
- binary_sensor.entryway_motion
|
||||
- binary_sensor.frigate_cam01_person_occupancy
|
||||
#- binary_sensor.frigate_cam02_person_occupancy
|
||||
- binary_sensor.frigate_cam03_person_occupancy
|
||||
- binary_sensor.frigate_cam04_person_occupancy
|
||||
#- binary_sensor.frigate_cam05_person_occupancy
|
||||
- binary_sensor.frigate_cam06_person_occupancy
|
||||
- binary_sensor.frigate_cam07_person_occupancy
|
||||
- binary_sensor.frigate_cam08_person_occupancy
|
||||
#- binary_sensor.frigate_cam09_person_occupancy
|
||||
#- binary_sensor.frigate_cam10_person_occupancy
|
||||
#- binary_sensor.frigate_cam11_person_occupancy
|
||||
- binary_sensor.frigate_cam12_person_occupancy
|
||||
#- binary_sensor.frigate_cam13_person_occupancy
|
||||
#- binary_sensor.frigate_cam14_motion
|
||||
#- binary_sensor.frigate_cam14_person_occupancy
|
||||
- binary_sensor.frigate_cam18_person_occupancy
|
||||
#- binary_sensor.frigate_cam19_motion
|
||||
- binary_sensor.frigate_cam19_person_occupancy
|
||||
- binary_sensor.great_room_multisensor_home_security_motion_detection
|
||||
- binary_sensor.garage_multisensor_home_security_motion_detection
|
||||
|
||||
Reference in New Issue
Block a user