Skip to content

Commit 86d90a5

Browse files
authored
Refine device categories
Updated device categories for Bticino and thermostat components to include both Home Control and Energy. The Energy category will be removed in the near future, In the Energy App there is already a message to be replaced by 'Home + Control'
1 parent d9178b6 commit 86d90a5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

lnetatmo.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
'BNFC' : ["Bticino Thermostat", 'Home+Control'],
113113
'BNIL' : ["Bticino intelligent light", 'Home+Control'],
114114
'BNLD' : ["Bticino module lighting dimmer", 'Home+Control'],
115-
'BNMH' : ["Bticino My Home Server 1", 'Home + Security'], # also API Home+Control GATEWAY
115+
'BNMH' : ["Bticino My Home Server 1", 'Home + Security & Home+Control'], # GATEWAY
116116
'BNMS' : ["Bticino module motorized shade", 'Home+Control'],
117117
'BNSE' : ["Bticino Alarm Sensor", 'Home + Security'],
118118
'BNSL' : ["Bticino Staircase Light", 'Home + Security'],
@@ -127,13 +127,13 @@
127127
'NAModule2' : ["wind unit", 'Weather'],
128128
'NAModule3' : ["rain unit", 'Weather'],
129129
'NAModule4' : ["indoor unit", 'Weather'],
130-
'NAPlug' : ["thermostat relais station", 'Energy'], # A smart thermostat exist of a thermostat module and a Relay device
130+
'NAPlug' : ["thermostat relais station", 'Home+Control & Energy'], # A smart thermostat exist of a thermostat module and a Relay device
131131
# The relay device is also the bridge for thermostat and Valves
132-
'NATherm1' : ["thermostat", 'Energy'],
132+
'NATherm1' : ["thermostat", 'Home+Control & Energy'],
133133
'NCO' : ["co2 sensor", 'Home + Security'], # The same API as smoke sensor
134134
'NDB' : ["doorbell", 'Home + Security'],
135135
'NOC' : ["outdoor camera", 'Home + Security'],
136-
'NRV' : ["thermostat valves", 'Energy'], # also API Home+Control
136+
'NRV' : ["thermostat valves", 'Home+Control & Energy'],
137137
'NSD' : ["smoke sensor", 'Home + Security'],
138138
'NHC' : ["home coach", 'Aircare'],
139139
'NIS' : ["indoor sirene", 'Home + Security'],

0 commit comments

Comments
 (0)