File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 66# Base component constants
77NAME : Final = "Indoor Air Quality UK Index"
88DOMAIN : Final = "iaquk"
9- VERSION : Final = "1.6.7 "
9+ VERSION : Final = "1.6.8-alpha "
1010ISSUE_URL : Final = "https://github.com/Limych/ha-iaquk/issues"
1111
1212STARTUP_MESSAGE : Final = f"""
7070 "µg/m³" : 1 , # Target unit -- conversion rate will be ignored
7171 "µg/m3" : 1 ,
7272 "µg/m^3" : 1 ,
73+ "ug/m³" : 1 ,
74+ "ug/m3" : 1 ,
75+ "ug/m^3" : 1 ,
7376 "mg/m³" : 1000 ,
7477 "mg/m3" : 1000 ,
7578 "mg/m^3" : 1000 ,
8184 "µg/m³" : 0.001 ,
8285 "µg/m3" : 0.001 ,
8386 "µg/m^3" : 0.001 ,
87+ "ug/m³" : 0.001 ,
88+ "ug/m3" : 0.001 ,
89+ "ug/m^3" : 0.001 ,
8490}
8591
8692MWEIGTH_TVOC : Final = 78.9516 # g/mol
Original file line number Diff line number Diff line change 1010 "iot_class" : " calculated" ,
1111 "issue_tracker" : " https://github.com/Limych/ha-iaquk/issues" ,
1212 "requirements" : [],
13- "version" : " 1.6.7 "
13+ "version" : " 1.6.8-alpha "
1414}
You can’t perform that action at this time.
0 commit comments