forked from mtcontrib/regional_weather
use improved indoors check
This commit is contained in:
@@ -119,7 +119,8 @@ climate_api.register_abm({
|
||||
max_height = regional_weather.settings.max_height,
|
||||
min_humidity = 55,
|
||||
min_heat = 30,
|
||||
daylight = 15
|
||||
daylight = 15,
|
||||
indoors = false
|
||||
},
|
||||
|
||||
pos_override = function(pos)
|
||||
|
||||
Reference in New Issue
Block a user