mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-10 02:50:12 -04:00
Adding new back yard thermostat
This commit is contained in:
@@ -425,6 +425,7 @@ cards:
|
||||
# - sensor.hvac_multisensor_supply
|
||||
# - sensor.hvac_multisensor_return
|
||||
# - sensor.hvac_multisensor_ambient
|
||||
- sensor.acurite_592txr_a_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
|
||||
@@ -523,6 +524,8 @@ cards:
|
||||
- entities:
|
||||
- sensor.lacrosse_tx141thbv2_0_humidity
|
||||
- sensor.garage_multisensor_humidity
|
||||
- sensor.acurite_592txr_a_humidity
|
||||
- sensor.outdoor_humidity
|
||||
text_template: '${entity.state ? Math.ceil(entity.state) : "unknown"} %'
|
||||
class_template: '
|
||||
var humid = parseFloat(entity.state.replace("%", ""));
|
||||
|
||||
Reference in New Issue
Block a user