Skip to content

Commit

Permalink
Merge pull request #502 from lynxchat4/master
Browse files Browse the repository at this point in the history
Update const.py
  • Loading branch information
jeroenterheerdt authored Oct 10, 2024
2 parents 257bc65 + 06743ac commit eddbe87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/smart_irrigation/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@
W_SQ_FT_TO_W_M2_FACTOR = 10.76391042 # w/sqft * factor = w/m2

# OTHER FACTORS
KMH_TO_MS_FACTOR = 0.0277777777777778 # kmh * factor = ms
KMH_TO_MS_FACTOR = 0.277777777777778 # kmh * factor = ms
MS_TO_KMH_FACTOR = 3.6 # m/s * factor = kmh
W_TO_MJ_DAY_FACTOR = 0.0864 # w * factor = mj/day, same for w/m2 to mj/day/m2
K_TO_C_FACTOR = 273.15 # K-factor = C, C+factor=K
Expand Down

0 comments on commit eddbe87

Please sign in to comment.