mirror of
https://github.com/home-assistant/core.git
synced 2026-02-15 07:36:16 +00:00
Bump pythonkuma to 0.4.1 (#162773)
This commit is contained in:
@@ -8,5 +8,5 @@
|
||||
"iot_class": "cloud_polling",
|
||||
"loggers": ["pythonkuma"],
|
||||
"quality_scale": "platinum",
|
||||
"requirements": ["pythonkuma==0.3.2"]
|
||||
"requirements": ["pythonkuma==0.4.1"]
|
||||
}
|
||||
|
||||
@@ -88,6 +88,7 @@
|
||||
"dns": "DNS",
|
||||
"docker": "Docker",
|
||||
"gamedig": "GameDig",
|
||||
"globalping": "Globalping",
|
||||
"group": "Group",
|
||||
"grpc_keyword": "gRPC(s) - Keyword",
|
||||
"http": "HTTP(s)",
|
||||
@@ -106,11 +107,14 @@
|
||||
"radius": "RADIUS",
|
||||
"real_browser": "HTTP(s) - Browser engine",
|
||||
"redis": "Redis",
|
||||
"sip_options": "SIP OPTIONS Ping",
|
||||
"smtp": "SMTP",
|
||||
"snmp": "SNMP",
|
||||
"sqlserver": "Microsoft SQL Server",
|
||||
"steam": "Steam Game Server",
|
||||
"tailscale_ping": "Tailscale Ping"
|
||||
"system_service": "System service",
|
||||
"tailscale_ping": "Tailscale Ping",
|
||||
"websocket_upgrade": "WebSocket-Upgrade"
|
||||
}
|
||||
},
|
||||
"url": {
|
||||
|
||||
2
requirements_all.txt
generated
2
requirements_all.txt
generated
@@ -2636,7 +2636,7 @@ python-xbox==0.1.3
|
||||
pythonegardia==1.0.52
|
||||
|
||||
# homeassistant.components.uptime_kuma
|
||||
pythonkuma==0.3.2
|
||||
pythonkuma==0.4.1
|
||||
|
||||
# homeassistant.components.tile
|
||||
pytile==2024.12.0
|
||||
|
||||
2
requirements_test_all.txt
generated
2
requirements_test_all.txt
generated
@@ -2220,7 +2220,7 @@ python-telegram-bot[socks]==22.1
|
||||
python-xbox==0.1.3
|
||||
|
||||
# homeassistant.components.uptime_kuma
|
||||
pythonkuma==0.3.2
|
||||
pythonkuma==0.4.1
|
||||
|
||||
# homeassistant.components.tile
|
||||
pytile==2024.12.0
|
||||
|
||||
@@ -9,8 +9,14 @@
|
||||
'monitor_name': 'Monitor 1',
|
||||
'monitor_port': None,
|
||||
'monitor_response_time': 120,
|
||||
'monitor_response_time_seconds_1d': None,
|
||||
'monitor_response_time_seconds_30d': None,
|
||||
'monitor_response_time_seconds_365d': None,
|
||||
'monitor_status': 1,
|
||||
'monitor_type': 'http',
|
||||
'monitor_uptime_ratio_1d': None,
|
||||
'monitor_uptime_ratio_30d': None,
|
||||
'monitor_uptime_ratio_365d': None,
|
||||
'monitor_url': '**REDACTED**',
|
||||
}),
|
||||
'2': dict({
|
||||
@@ -21,8 +27,14 @@
|
||||
'monitor_name': 'Monitor 2',
|
||||
'monitor_port': None,
|
||||
'monitor_response_time': 28,
|
||||
'monitor_response_time_seconds_1d': None,
|
||||
'monitor_response_time_seconds_30d': None,
|
||||
'monitor_response_time_seconds_365d': None,
|
||||
'monitor_status': 1,
|
||||
'monitor_type': 'port',
|
||||
'monitor_uptime_ratio_1d': None,
|
||||
'monitor_uptime_ratio_30d': None,
|
||||
'monitor_uptime_ratio_365d': None,
|
||||
'monitor_url': None,
|
||||
}),
|
||||
'3': dict({
|
||||
@@ -33,8 +45,14 @@
|
||||
'monitor_name': 'Monitor 3',
|
||||
'monitor_port': None,
|
||||
'monitor_response_time': 120,
|
||||
'monitor_response_time_seconds_1d': None,
|
||||
'monitor_response_time_seconds_30d': None,
|
||||
'monitor_response_time_seconds_365d': None,
|
||||
'monitor_status': 0,
|
||||
'monitor_type': 'json-query',
|
||||
'monitor_uptime_ratio_1d': None,
|
||||
'monitor_uptime_ratio_30d': None,
|
||||
'monitor_uptime_ratio_365d': None,
|
||||
'monitor_url': '**REDACTED**',
|
||||
}),
|
||||
})
|
||||
|
||||
@@ -87,6 +87,10 @@
|
||||
'rabbit_mq',
|
||||
'manual',
|
||||
'unknown',
|
||||
'websocket_upgrade',
|
||||
'system_service',
|
||||
'globalping',
|
||||
'sip_options',
|
||||
]),
|
||||
}),
|
||||
'config_entry_id': <ANY>,
|
||||
@@ -152,6 +156,10 @@
|
||||
'rabbit_mq',
|
||||
'manual',
|
||||
'unknown',
|
||||
'websocket_upgrade',
|
||||
'system_service',
|
||||
'globalping',
|
||||
'sip_options',
|
||||
]),
|
||||
}),
|
||||
'context': <ANY>,
|
||||
@@ -362,6 +370,10 @@
|
||||
'rabbit_mq',
|
||||
'manual',
|
||||
'unknown',
|
||||
'websocket_upgrade',
|
||||
'system_service',
|
||||
'globalping',
|
||||
'sip_options',
|
||||
]),
|
||||
}),
|
||||
'config_entry_id': <ANY>,
|
||||
@@ -427,6 +439,10 @@
|
||||
'rabbit_mq',
|
||||
'manual',
|
||||
'unknown',
|
||||
'websocket_upgrade',
|
||||
'system_service',
|
||||
'globalping',
|
||||
'sip_options',
|
||||
]),
|
||||
}),
|
||||
'context': <ANY>,
|
||||
@@ -740,6 +756,10 @@
|
||||
'rabbit_mq',
|
||||
'manual',
|
||||
'unknown',
|
||||
'websocket_upgrade',
|
||||
'system_service',
|
||||
'globalping',
|
||||
'sip_options',
|
||||
]),
|
||||
}),
|
||||
'config_entry_id': <ANY>,
|
||||
@@ -805,6 +825,10 @@
|
||||
'rabbit_mq',
|
||||
'manual',
|
||||
'unknown',
|
||||
'websocket_upgrade',
|
||||
'system_service',
|
||||
'globalping',
|
||||
'sip_options',
|
||||
]),
|
||||
}),
|
||||
'context': <ANY>,
|
||||
|
||||
Reference in New Issue
Block a user