-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
Just installed Homio and now customizing it to my home, absolutely awesome.
Would be great to support Fahrenheit as a unit, right now every room in my home is "Very Hot" ;-)
if (temperatureValue <= 15.99) return${temperature}° - Very Cold; if (temperatureValue >= 16 && temperatureValue <= 17.99) return ${temperature}° - Cool; if (temperatureValue >= 18 && temperatureValue <= 20.99) return ${temperature}° - Comfortable; if (temperatureValue >= 21) return ${temperature}° - Very Hot;
Metadata
Metadata
Assignees
Labels
No labels