homematic update to pyhomematic 0.1.9

This commit is contained in:
Pascal Vizeli 2016-07-13 23:15:21 +02:00
parent ce4891fe8e
commit c023d1d656
4 changed files with 161 additions and 50 deletions

View file

@ -28,7 +28,10 @@ HM_UNIT_HA_CAST = {
"POWER": "W",
"CURRENT": "mA",
"VOLTAGE": "V",
"ENERGY_COUNTER": "Wh"
"ENERGY_COUNTER": "Wh",
"GAS_POWER": "m3",
"GAS_ENERGY_COUNTER": "m3",
"LUX": "lux"
}