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", "integration_type": "device",
"iot_class": "local_polling", "iot_class": "local_polling",
"loggers": ["bsblan"], "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 python-blockchain-api==0.0.2
# homeassistant.components.bsblan # homeassistant.components.bsblan
python-bsblan==0.5.11 python-bsblan==0.5.16
# homeassistant.components.clementine # homeassistant.components.clementine
python-clementine-remote==1.0.1 python-clementine-remote==1.0.1

View File

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

View File

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