Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Oct 1, 2020
1 parent c2df73f commit 3a0201d
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions lib/extension/homeassistant.js
Original file line number Diff line number Diff line change
Expand Up @@ -957,7 +957,6 @@ const manualMaping = {
cfg.sensor_battery,
],
'STSS-MULT-001': [cfg.binary_sensor_contact, cfg.sensor_battery],
'FB56+ZSW05HG1.2': [cfg.switch],
'72922-A': [cfg.switch],
'DNCKATSW001': [cfg.switch],
'DNCKATSW002': [switchEndpoint('left'), switchEndpoint('right')],
Expand Down Expand Up @@ -1134,7 +1133,6 @@ const manualMaping = {
'HGZB-41': [cfg.switch],
'IM6001-MTP01': [cfg.sensor_temperature, cfg.sensor_battery, cfg.binary_sensor_occupancy],
'U86K31ND6': [switchEndpoint('left'), switchEndpoint('right'), switchEndpoint('center')],
'HS1RC-M': [cfg.sensor_action, cfg.sensor_battery],
'HS1RC-N': [cfg.sensor_action, cfg.sensor_battery],
'SWO-WDS1PA': [cfg.binary_sensor_contact],
'LLKZMK11LM': [
Expand Down Expand Up @@ -1200,7 +1198,6 @@ const manualMaping = {
],
'12050': [cfg.switch, cfg.sensor_power],
'RH3040': [cfg.sensor_battery, cfg.binary_sensor_occupancy],
'DZ4743-00B': [cfg.switch],
'GLSK3ZB-1711': [cfg.switch],
'GLSK3ZB-1712': [switchEndpoint('top'), switchEndpoint('bottom')],
'GLSK3ZB-1713': [switchEndpoint('top'), switchEndpoint('center'), switchEndpoint('bottom')],
Expand All @@ -1222,7 +1219,6 @@ const manualMaping = {
'2AJZ4KPFT': [cfg.sensor_temperature, cfg.sensor_humidity, cfg.sensor_battery],
'TT001ZAV20': [cfg.sensor_temperature, cfg.sensor_humidity, cfg.sensor_battery],
'TS0002': [switchEndpoint('l1'), switchEndpoint('l2')],
'LVS-SN10ZW': [cfg.sensor_battery, cfg.binary_sensor_occupancy],
'LVS-ZB15R': [cfg.switch],
'TH1123ZB': [
climate(7, 30, 'occupied_heating_setpoint', 0.5), cfg.sensor_local_temperature,
Expand Down Expand Up @@ -1319,7 +1315,6 @@ const manualMaping = {
'TS0001': [cfg.switch],
'TS0207': [cfg.binary_sensor_water_leak, cfg.sensor_battery],
'iL07_1': [cfg.binary_sensor_occupancy, cfg.binary_sensor_tamper, cfg.binary_sensor_battery_low],
'S31 Lite zb': [cfg.switch],
'LH-992ZB': [cfg.binary_sensor_occupancy, cfg.binary_sensor_battery_low],
'TS0202': [cfg.binary_sensor_occupancy, cfg.sensor_battery],
'TS0218': [cfg.sensor_action, cfg.sensor_battery],
Expand Down Expand Up @@ -1417,7 +1412,6 @@ const manualMaping = {
'902010/24': [cfg.binary_sensor_smoke, cfg.binary_sensor_battery_low, cfg.binary_sensor_tamper],
'SGMHM-I1': [cfg.binary_sensor_gas, cfg.binary_sensor_battery_low, cfg.binary_sensor_tamper],
'STHM-I1H': [cfg.sensor_humidity, cfg.sensor_temperature, cfg.sensor_battery],
'M420': [cfg.sensor_battery],
'TS0042': [cfg.sensor_action, cfg.sensor_battery],
'SNZB-04': [cfg.binary_sensor_contact, cfg.sensor_battery],
'SNZB-01': [cfg.sensor_action, cfg.sensor_battery],
Expand Down Expand Up @@ -1662,8 +1656,6 @@ const manualMaping = {
'HDM40PV620': [cfg.cover_position],
'TS0207_repeater': [],
'LeTV.8KEY': [cfg.sensor_action],
'5055148P7': [cfg.light_brightness_colortemp_colorxy],
'5055131P7': [cfg.light_brightness_colortemp_colorxy],
'TS0044': [cfg.sensor_action, cfg.sensor_battery],
'HS2CM-N-DC': [cfg.cover_position],
'ZS190000118': [cfg.switch],
Expand All @@ -1672,7 +1664,6 @@ const manualMaping = {
'WS-USC03': [cfg.switch],
'TS0601_switch_3_gang': [switchEndpoint('l1'), switchEndpoint('l2'), switchEndpoint('l3')],
'4655BC0-R': [cfg.binary_sensor_contact, cfg.binary_sensor_battery_low],
'T2011': [cfg.light_brightness_colortemp],
};

const defaultStatusTopic = 'homeassistant/status';
Expand Down

0 comments on commit 3a0201d

Please sign in to comment.