mirror of
https://github.com/home-assistant/core.git
synced 2025-04-26 10:17:51 +00:00
Bump Pysmlight to v0.2.0 (#136886)
* Bump pysmlight to v0.2.0 * Update info.json fixture with radios list * Update diagnostics snapshot
This commit is contained in:
parent
52feeedd2b
commit
9eb383f314
@ -6,7 +6,7 @@
|
|||||||
"documentation": "https://www.home-assistant.io/integrations/smlight",
|
"documentation": "https://www.home-assistant.io/integrations/smlight",
|
||||||
"integration_type": "device",
|
"integration_type": "device",
|
||||||
"iot_class": "local_push",
|
"iot_class": "local_push",
|
||||||
"requirements": ["pysmlight==0.1.6"],
|
"requirements": ["pysmlight==0.2.0"],
|
||||||
"zeroconf": [
|
"zeroconf": [
|
||||||
{
|
{
|
||||||
"type": "_slzb-06._tcp.local."
|
"type": "_slzb-06._tcp.local."
|
||||||
|
2
requirements_all.txt
generated
2
requirements_all.txt
generated
@ -2310,7 +2310,7 @@ pysmarty2==0.10.1
|
|||||||
pysml==0.0.12
|
pysml==0.0.12
|
||||||
|
|
||||||
# homeassistant.components.smlight
|
# homeassistant.components.smlight
|
||||||
pysmlight==0.1.6
|
pysmlight==0.2.0
|
||||||
|
|
||||||
# homeassistant.components.snmp
|
# homeassistant.components.snmp
|
||||||
pysnmp==6.2.6
|
pysnmp==6.2.6
|
||||||
|
2
requirements_test_all.txt
generated
2
requirements_test_all.txt
generated
@ -1882,7 +1882,7 @@ pysmarty2==0.10.1
|
|||||||
pysml==0.0.12
|
pysml==0.0.12
|
||||||
|
|
||||||
# homeassistant.components.smlight
|
# homeassistant.components.smlight
|
||||||
pysmlight==0.1.6
|
pysmlight==0.2.0
|
||||||
|
|
||||||
# homeassistant.components.snmp
|
# homeassistant.components.snmp
|
||||||
pysnmp==6.2.6
|
pysnmp==6.2.6
|
||||||
|
@ -15,5 +15,17 @@
|
|||||||
"zb_hw": "CC2652P7",
|
"zb_hw": "CC2652P7",
|
||||||
"zb_ram_size": 152,
|
"zb_ram_size": 152,
|
||||||
"zb_version": "20240314",
|
"zb_version": "20240314",
|
||||||
"zb_type": 0
|
"zb_type": 0,
|
||||||
|
"radios": [
|
||||||
|
{
|
||||||
|
"chip_index": 0,
|
||||||
|
"zb_hw": "CC2652P7",
|
||||||
|
"zb_version": "20240314",
|
||||||
|
"zb_type": 0,
|
||||||
|
"zb_channel": 0,
|
||||||
|
"zb_ram_size": 152,
|
||||||
|
"zb_flash_size": 704,
|
||||||
|
"radioModes": [true, true, true, false, false]
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
@ -10,6 +10,24 @@
|
|||||||
'hostname': 'SLZB-06p7',
|
'hostname': 'SLZB-06p7',
|
||||||
'legacy_api': 0,
|
'legacy_api': 0,
|
||||||
'model': 'SLZB-06p7',
|
'model': 'SLZB-06p7',
|
||||||
|
'radios': list([
|
||||||
|
dict({
|
||||||
|
'chip_index': 0,
|
||||||
|
'radioModes': list([
|
||||||
|
True,
|
||||||
|
True,
|
||||||
|
True,
|
||||||
|
False,
|
||||||
|
False,
|
||||||
|
]),
|
||||||
|
'zb_channel': 0,
|
||||||
|
'zb_flash_size': 704,
|
||||||
|
'zb_hw': 'CC2652P7',
|
||||||
|
'zb_ram_size': 152,
|
||||||
|
'zb_type': 0,
|
||||||
|
'zb_version': '20240314',
|
||||||
|
}),
|
||||||
|
]),
|
||||||
'ram_total': 296,
|
'ram_total': 296,
|
||||||
'sw_version': 'v2.3.6',
|
'sw_version': 'v2.3.6',
|
||||||
'wifi_mode': 0,
|
'wifi_mode': 0,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user