Bump python-bsblan to 0.5.16 (#99238)

This commit is contained in:
Willem-Jan van Rootselaar 2023-08-30 05:23:20 +02:00 committed by GitHub
parent 054a63c3a2
commit 1e37e1e355
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.16"]
}

View File

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

View File

@ -1542,7 +1542,7 @@ pytautulli==23.1.1
python-awair==0.2.4
# homeassistant.components.bsblan
python-bsblan==0.5.11
python-bsblan==0.5.16
# 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',