File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed
Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## Ongoing
4+
5+ - Add support for Emma Pro wired, rename wireless Emma to Emma Pro via PR [ #804 ] ( https://github.com/plugwise/python-plugwise/pull/804 )
6+
37## v1.8.1
48
59- Improve detection of orphaned/removed devices via [ #802 ] ( https://github.com/plugwise/python-plugwise/pull/802 )
Original file line number Diff line number Diff line change 4646HW_MODELS : Final [dict [str , str ]] = {
4747 "143.1" : "ThermoTouch" ,
4848 "159.2" : "Adam" ,
49+ # "?????": "Emma Essential",
50+ "170.1" : "Emma Pro wired" ,
4951 "106-03" : "Tom/Floor" ,
5052 "158-01" : "Lisa" ,
5153 "160-01" : "Plug" ,
5254 "168-01" : "Jip" ,
53- "170-01" : "Emma" ,
55+ "170-01" : "Emma Pro " ,
5456 "038500" : "Stick" ,
5557 "070085" : "Stick" ,
5658 "120002" : "Stick Legrand" ,
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " plugwise"
7- version = " 1.8.1 "
7+ version = " 1.8.2a0 "
88license = " MIT"
99description = " Plugwise Smile (Adam/Anna/P1) and Stretch module for Python 3."
1010readme = " README.md"
Original file line number Diff line number Diff line change 3030 "dev_class" : " zone_thermostat" ,
3131 "hardware" : " 1" ,
3232 "location" : " f2bf9048bef64cc5b6d5110154e33c81" ,
33- "model" : " Emma" ,
33+ "model" : " Emma Pro " ,
3434 "model_id" : " 170-01" ,
3535 "name" : " Emma" ,
3636 "sensors" : {
You can’t perform that action at this time.
0 commit comments