mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 18:40:14 -04:00
more small fixes and consolidating the driveway
This commit is contained in:
@@ -187,9 +187,7 @@ cards:
|
||||
- binary_sensor.utility_room_person_occupancy
|
||||
- binary_sensor.blue_room_person_occupancy
|
||||
- binary_sensor.furnace_room_person_occupancy
|
||||
- binary_sensor.driveway_center_vehicle_occupancy
|
||||
- binary_sensor.driveway_east_side_vehicle_occupancy
|
||||
- binary_sensor.driveway_west_side_vehicle_occupancy
|
||||
- binary_sensor.driveway_vehicle_occupancy
|
||||
states:
|
||||
- state: "on"
|
||||
class: "visible-entity"
|
||||
@@ -452,9 +450,9 @@ cards:
|
||||
- sensor.front_porch_temperature
|
||||
- sensor.deck_temperature
|
||||
- sensor.garage_multisensor_air_temperature
|
||||
#- sensor.hvac_temperature
|
||||
#- sensor.return_temperature
|
||||
- sensor.hvac_delta
|
||||
#- sensor.hvac_multisensor_supply
|
||||
#- sensor.hvac_multisensor_return
|
||||
- sensor.hvac_multisensor_delta
|
||||
- sensor.outdoors_mean_temperature
|
||||
# text_template: '${entity.state ? entity.state : "unknown"} F'
|
||||
# An example of rounding up a number, i.e. a temperature of 90.1 becomes 91
|
||||
@@ -596,7 +594,7 @@ cards:
|
||||
'
|
||||
|
||||
- entities:
|
||||
- sensor.salt_level_in_bags
|
||||
- sensor.hvac_multisensor_salt_level_in_bags
|
||||
class_template: '
|
||||
var bags = parseFloat(entity.state);
|
||||
if (bags > 4)
|
||||
@@ -801,7 +799,7 @@ cards:
|
||||
- binary_sensor.storage_room_door_contact
|
||||
- binary_sensor.mancave_door_contact
|
||||
- binary_sensor.blue_room_door_contact
|
||||
- binary_sensor.furnace_room_door
|
||||
- binary_sensor.hvac_multisensor_door
|
||||
- binary_sensor.furnace_room_door_contact
|
||||
- binary_sensor.utility_room_door_contact
|
||||
states:
|
||||
|
||||
Reference in New Issue
Block a user