mirror of
https://github.com/home-assistant/core.git
synced 2025-08-30 18:01:31 +02:00
Bump mastodon.py to 2.1.0 and change quality scale (#150836)
This commit is contained in:
@@ -7,5 +7,6 @@
|
|||||||
"integration_type": "service",
|
"integration_type": "service",
|
||||||
"iot_class": "cloud_polling",
|
"iot_class": "cloud_polling",
|
||||||
"loggers": ["mastodon"],
|
"loggers": ["mastodon"],
|
||||||
"requirements": ["Mastodon.py==2.0.1"]
|
"quality_scale": "bronze",
|
||||||
|
"requirements": ["Mastodon.py==2.1.0"]
|
||||||
}
|
}
|
||||||
|
@@ -6,10 +6,7 @@ rules:
|
|||||||
common-modules: done
|
common-modules: done
|
||||||
config-flow-test-coverage: done
|
config-flow-test-coverage: done
|
||||||
config-flow: done
|
config-flow: done
|
||||||
dependency-transparency:
|
dependency-transparency: done
|
||||||
status: todo
|
|
||||||
comment: |
|
|
||||||
Mastodon.py does not have CI build/publish.
|
|
||||||
docs-actions: done
|
docs-actions: done
|
||||||
docs-high-level-description: done
|
docs-high-level-description: done
|
||||||
docs-installation-instructions: done
|
docs-installation-instructions: done
|
||||||
|
2
requirements_all.txt
generated
2
requirements_all.txt
generated
@@ -22,7 +22,7 @@ HAP-python==4.9.2
|
|||||||
HATasmota==0.10.0
|
HATasmota==0.10.0
|
||||||
|
|
||||||
# homeassistant.components.mastodon
|
# homeassistant.components.mastodon
|
||||||
Mastodon.py==2.0.1
|
Mastodon.py==2.1.0
|
||||||
|
|
||||||
# homeassistant.components.playstation_network
|
# homeassistant.components.playstation_network
|
||||||
PSNAWP==3.0.0
|
PSNAWP==3.0.0
|
||||||
|
2
requirements_test_all.txt
generated
2
requirements_test_all.txt
generated
@@ -22,7 +22,7 @@ HAP-python==4.9.2
|
|||||||
HATasmota==0.10.0
|
HATasmota==0.10.0
|
||||||
|
|
||||||
# homeassistant.components.mastodon
|
# homeassistant.components.mastodon
|
||||||
Mastodon.py==2.0.1
|
Mastodon.py==2.1.0
|
||||||
|
|
||||||
# homeassistant.components.playstation_network
|
# homeassistant.components.playstation_network
|
||||||
PSNAWP==3.0.0
|
PSNAWP==3.0.0
|
||||||
|
@@ -1651,7 +1651,6 @@ INTEGRATIONS_WITHOUT_SCALE = [
|
|||||||
"manual",
|
"manual",
|
||||||
"manual_mqtt",
|
"manual_mqtt",
|
||||||
"map",
|
"map",
|
||||||
"mastodon",
|
|
||||||
"marytts",
|
"marytts",
|
||||||
"matrix",
|
"matrix",
|
||||||
"matter",
|
"matter",
|
||||||
|
@@ -45,6 +45,7 @@
|
|||||||
'limited': None,
|
'limited': None,
|
||||||
'locked': False,
|
'locked': False,
|
||||||
'memorial': None,
|
'memorial': None,
|
||||||
|
'moved': None,
|
||||||
'moved_to_account': None,
|
'moved_to_account': None,
|
||||||
'mute_expires_at': None,
|
'mute_expires_at': None,
|
||||||
'noindex': False,
|
'noindex': False,
|
||||||
|
Reference in New Issue
Block a user