1
0
mirror of https://github.com/t-affeldt/regional_weather.git synced 2025-07-18 08:20:28 +02:00

use improved indoors check

This commit is contained in:
Till Affeldt
2020-10-08 22:03:00 +02:00
parent 5e2cba0ae8
commit f3e6d48b97
13 changed files with 30 additions and 23 deletions

View File

@ -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)