mirror of
https://github.com/home-assistant/core.git
synced 2026-09-25 17:04:04 -04:00
Bump python-kuma to 0.5.3 (#182070)
This commit is contained in:
@@ -19,6 +19,7 @@ HAS_PORT = {
|
||||
MonitorType.SNMP,
|
||||
MonitorType.SMTP,
|
||||
MonitorType.NTP,
|
||||
MonitorType.SFTP,
|
||||
}
|
||||
HAS_HOST = HAS_PORT | {
|
||||
MonitorType.PING,
|
||||
|
||||
@@ -8,5 +8,5 @@
|
||||
"iot_class": "cloud_polling",
|
||||
"loggers": ["pythonkuma"],
|
||||
"quality_scale": "platinum",
|
||||
"requirements": ["pythonkuma==0.5.2"]
|
||||
"requirements": ["pythonkuma==0.5.3"]
|
||||
}
|
||||
|
||||
@@ -127,6 +127,7 @@
|
||||
"radius": "RADIUS",
|
||||
"real_browser": "HTTP(s) - Browser engine",
|
||||
"redis": "Redis",
|
||||
"sftp": "SFTP",
|
||||
"sip_options": "SIP OPTIONS Ping",
|
||||
"smtp": "SMTP",
|
||||
"snmp": "SNMP",
|
||||
|
||||
Generated
+1
-1
@@ -2844,7 +2844,7 @@ python-xbox==0.2.2
|
||||
pythonegardia==1.0.52
|
||||
|
||||
# homeassistant.components.uptime_kuma
|
||||
pythonkuma==0.5.2
|
||||
pythonkuma==0.5.3
|
||||
|
||||
# homeassistant.components.tile
|
||||
pytile==2024.12.0
|
||||
|
||||
@@ -71,6 +71,7 @@
|
||||
'system_service',
|
||||
'pm2',
|
||||
'real_browser',
|
||||
'sftp',
|
||||
'group',
|
||||
'push',
|
||||
'manual',
|
||||
@@ -143,6 +144,7 @@
|
||||
'system_service',
|
||||
'pm2',
|
||||
'real_browser',
|
||||
'sftp',
|
||||
'group',
|
||||
'push',
|
||||
'manual',
|
||||
@@ -776,6 +778,7 @@
|
||||
'system_service',
|
||||
'pm2',
|
||||
'real_browser',
|
||||
'sftp',
|
||||
'group',
|
||||
'push',
|
||||
'manual',
|
||||
@@ -848,6 +851,7 @@
|
||||
'system_service',
|
||||
'pm2',
|
||||
'real_browser',
|
||||
'sftp',
|
||||
'group',
|
||||
'push',
|
||||
'manual',
|
||||
@@ -1586,6 +1590,7 @@
|
||||
'system_service',
|
||||
'pm2',
|
||||
'real_browser',
|
||||
'sftp',
|
||||
'group',
|
||||
'push',
|
||||
'manual',
|
||||
@@ -1658,6 +1663,7 @@
|
||||
'system_service',
|
||||
'pm2',
|
||||
'real_browser',
|
||||
'sftp',
|
||||
'group',
|
||||
'push',
|
||||
'manual',
|
||||
|
||||
Reference in New Issue
Block a user