Bump mastodon.py to 2.1.0 and change quality scale (#150836)

This commit is contained in:
Andrew Jackson
2025-08-18 16:35:37 +01:00
committed by GitHub
parent 019c4ab874
commit ab4aeb65f2
6 changed files with 6 additions and 8 deletions

View File

@@ -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"]
} }

View File

@@ -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
View File

@@ -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

View File

@@ -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

View File

@@ -1651,7 +1651,6 @@ INTEGRATIONS_WITHOUT_SCALE = [
"manual", "manual",
"manual_mqtt", "manual_mqtt",
"map", "map",
"mastodon",
"marytts", "marytts",
"matrix", "matrix",
"matter", "matter",

View File

@@ -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,