Revert "Bump python bsblan 0.5.14" (#99130)
This commit is contained in:
parent
7070302001
commit
c087e6eab6
4 changed files with 12 additions and 12 deletions
|
@ -7,5 +7,5 @@
|
|||
"integration_type": "device",
|
||||
"iot_class": "local_polling",
|
||||
"loggers": ["bsblan"],
|
||||
"requirements": ["python-bsblan==0.5.14"]
|
||||
"requirements": ["python-bsblan==0.5.11"]
|
||||
}
|
||||
|
|
|
@ -2071,7 +2071,7 @@ python-awair==0.2.4
|
|||
python-blockchain-api==0.0.2
|
||||
|
||||
# homeassistant.components.bsblan
|
||||
python-bsblan==0.5.14
|
||||
python-bsblan==0.5.11
|
||||
|
||||
# homeassistant.components.clementine
|
||||
python-clementine-remote==1.0.1
|
||||
|
|
|
@ -1539,7 +1539,7 @@ pytautulli==23.1.1
|
|||
python-awair==0.2.4
|
||||
|
||||
# homeassistant.components.bsblan
|
||||
python-bsblan==0.5.14
|
||||
python-bsblan==0.5.11
|
||||
|
||||
# homeassistant.components.ecobee
|
||||
python-ecobee-api==0.2.14
|
||||
|
|
|
@ -9,21 +9,21 @@
|
|||
}),
|
||||
'info': dict({
|
||||
'controller_family': dict({
|
||||
'data_type': 0,
|
||||
'dataType': 0,
|
||||
'desc': '',
|
||||
'name': 'Device family',
|
||||
'unit': '',
|
||||
'value': '211',
|
||||
}),
|
||||
'controller_variant': dict({
|
||||
'data_type': 0,
|
||||
'dataType': 0,
|
||||
'desc': '',
|
||||
'name': 'Device variant',
|
||||
'unit': '',
|
||||
'value': '127',
|
||||
}),
|
||||
'device_identification': dict({
|
||||
'data_type': 7,
|
||||
'dataType': 7,
|
||||
'desc': '',
|
||||
'name': 'Gerte-Identifikation',
|
||||
'unit': '',
|
||||
|
@ -32,42 +32,42 @@
|
|||
}),
|
||||
'state': dict({
|
||||
'current_temperature': dict({
|
||||
'data_type': 0,
|
||||
'dataType': 0,
|
||||
'desc': '',
|
||||
'name': 'Room temp 1 actual value',
|
||||
'unit': '°C',
|
||||
'value': '18.6',
|
||||
}),
|
||||
'hvac_action': dict({
|
||||
'data_type': 1,
|
||||
'dataType': 1,
|
||||
'desc': 'Raumtemp’begrenzung',
|
||||
'name': 'Status heating circuit 1',
|
||||
'unit': '',
|
||||
'value': '122',
|
||||
}),
|
||||
'hvac_mode': dict({
|
||||
'data_type': 1,
|
||||
'dataType': 1,
|
||||
'desc': 'Komfort',
|
||||
'name': 'Operating mode',
|
||||
'unit': '',
|
||||
'value': 'heat',
|
||||
}),
|
||||
'hvac_mode2': dict({
|
||||
'data_type': 1,
|
||||
'dataType': 1,
|
||||
'desc': 'Reduziert',
|
||||
'name': 'Operating mode',
|
||||
'unit': '',
|
||||
'value': '2',
|
||||
}),
|
||||
'room1_thermostat_mode': dict({
|
||||
'data_type': 1,
|
||||
'dataType': 1,
|
||||
'desc': 'Kein Bedarf',
|
||||
'name': 'Raumthermostat 1',
|
||||
'unit': '',
|
||||
'value': '0',
|
||||
}),
|
||||
'target_temperature': dict({
|
||||
'data_type': 0,
|
||||
'dataType': 0,
|
||||
'desc': '',
|
||||
'name': 'Room temperature Comfort setpoint',
|
||||
'unit': '°C',
|
||||
|
|
Loading…
Add table
Reference in a new issue