renames, fixes , and other fun schtuff

This commit is contained in:
CeeWeasel
2025-08-09 23:34:29 -04:00
parent d60b56b37a
commit c5e740a895
78 changed files with 2050 additions and 2700 deletions
+8 -7
View File
@@ -97,7 +97,8 @@ cards:
- entities:
- plant.plant_sensor_cea4
- plant.plant_sensor_3eae
- plant.fineoffset_wh51_0ce593
- plant.hasta_soil_sensor
- plant.daisy_soil_sensor
- plant.plant_sensor_3eb0
states:
- state: "problem"
@@ -386,14 +387,14 @@ cards:
# Outside is expected to be colder/hotter
- entities:
- sensor.lacrosse_tx141thbv2_0_temperature
- sensor.front_yard_thermostat_temperature
- sensor.front_porch_temperature
- sensor.deck_temperature
- sensor.garage_multisensor_air_temperature
# - sensor.hvac_multisensor_supply
# - sensor.hvac_multisensor_return
# - sensor.hvac_multisensor_ambient
- sensor.acurite_592txr_a_temperature
- sensor.back_yard_thermostat_temperature
- sensor.outdoor_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
@@ -415,7 +416,7 @@ cards:
'
- entities:
- sensor.acurite_986_1r_48226_temperature
- sensor.kitchen_fridge_thermostat_temperature
text_template: '${entity.state ? Math.floor(entity.state) : "unknown"}'
class_template: '
var temp = parseFloat(entity.state.replace("°", ""));
@@ -430,7 +431,7 @@ cards:
'
- entities:
- sensor.acurite_986_2f_42383_temperature
- sensor.kitchen_freezer_thermostat_temperature
text_template: '${entity.state ? Math.floor(entity.state) : "unknown"}'
class_template: '
var temp = parseFloat(entity.state.replace("°", ""));
@@ -490,9 +491,9 @@ cards:
'
- entities:
- sensor.lacrosse_tx141thbv2_0_humidity
- sensor.front_yard_thermostat_humidity
- sensor.garage_multisensor_humidity
- sensor.acurite_592txr_a_humidity
- sensor.back_yard_thermostat_humidity
- sensor.outdoor_humidity
text_template: '${entity.state ? Math.ceil(entity.state) : "unknown"} %'
class_template: '