Bump python bsblan 0.5.14 (#99089)

* update python-bsblan to 0.5.14

* fix test diagnostics
This commit is contained in:
Willem-Jan van Rootselaar 2023-08-26 21:13:25 +02:00 committed by GitHub
parent 2fc728db42
commit a81e6d5811
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 12 deletions

View file

@ -7,5 +7,5 @@
"integration_type": "device",
"iot_class": "local_polling",
"loggers": ["bsblan"],
"requirements": ["python-bsblan==0.5.11"]
"requirements": ["python-bsblan==0.5.14"]
}

View file

@ -2071,7 +2071,7 @@ python-awair==0.2.4
python-blockchain-api==0.0.2
# homeassistant.components.bsblan
python-bsblan==0.5.11
python-bsblan==0.5.14
# homeassistant.components.clementine
python-clementine-remote==1.0.1

View file

@ -1539,7 +1539,7 @@ pytautulli==23.1.1
python-awair==0.2.4
# homeassistant.components.bsblan
python-bsblan==0.5.11
python-bsblan==0.5.14
# homeassistant.components.ecobee
python-ecobee-api==0.2.14

View file

@ -9,21 +9,21 @@
}),
'info': dict({
'controller_family': dict({
'dataType': 0,
'data_type': 0,
'desc': '',
'name': 'Device family',
'unit': '',
'value': '211',
}),
'controller_variant': dict({
'dataType': 0,
'data_type': 0,
'desc': '',
'name': 'Device variant',
'unit': '',
'value': '127',
}),
'device_identification': dict({
'dataType': 7,
'data_type': 7,
'desc': '',
'name': 'Gerte-Identifikation',
'unit': '',
@ -32,42 +32,42 @@
}),
'state': dict({
'current_temperature': dict({
'dataType': 0,
'data_type': 0,
'desc': '',
'name': 'Room temp 1 actual value',
'unit': '°C',
'value': '18.6',
}),
'hvac_action': dict({
'dataType': 1,
'data_type': 1,
'desc': 'Raumtempbegrenzung',
'name': 'Status heating circuit 1',
'unit': '',
'value': '122',
}),
'hvac_mode': dict({
'dataType': 1,
'data_type': 1,
'desc': 'Komfort',
'name': 'Operating mode',
'unit': '',
'value': 'heat',
}),
'hvac_mode2': dict({
'dataType': 1,
'data_type': 1,
'desc': 'Reduziert',
'name': 'Operating mode',
'unit': '',
'value': '2',
}),
'room1_thermostat_mode': dict({
'dataType': 1,
'data_type': 1,
'desc': 'Kein Bedarf',
'name': 'Raumthermostat 1',
'unit': '',
'value': '0',
}),
'target_temperature': dict({
'dataType': 0,
'data_type': 0,
'desc': '',
'name': 'Room temperature Comfort setpoint',
'unit': '°C',