Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump python-bsblan to 0.5.16 #99238

Merged
merged 3 commits into from
Aug 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion homeassistant/components/bsblan/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
}
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
18 changes: 9 additions & 9 deletions tests/components/bsblan/snapshots/test_diagnostics.ambr
Original file line number Diff line number Diff line change
Expand Up @@ -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': '',
Expand All @@ -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': 'Raumtemp’begrenzung',
'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',
Expand Down