mirror of
https://github.com/home-assistant/core.git
synced 2026-08-24 10:13:52 -05:00
Bump mastodon.py to 2.2.1 (#168084)
This commit is contained in:
@@ -8,5 +8,5 @@
|
||||
"iot_class": "cloud_polling",
|
||||
"loggers": ["mastodon"],
|
||||
"quality_scale": "gold",
|
||||
"requirements": ["Mastodon.py==2.1.2"]
|
||||
"requirements": ["Mastodon.py==2.2.1"]
|
||||
}
|
||||
|
||||
Generated
+1
-1
@@ -25,7 +25,7 @@ HATasmota==0.10.1
|
||||
HueBLE==2.1.0
|
||||
|
||||
# homeassistant.components.mastodon
|
||||
Mastodon.py==2.1.2
|
||||
Mastodon.py==2.2.1
|
||||
|
||||
# homeassistant.components.playstation_network
|
||||
PSNAWP==3.0.3
|
||||
|
||||
Generated
+1
-1
@@ -25,7 +25,7 @@ HATasmota==0.10.1
|
||||
HueBLE==2.1.0
|
||||
|
||||
# homeassistant.components.mastodon
|
||||
Mastodon.py==2.1.2
|
||||
Mastodon.py==2.2.1
|
||||
|
||||
# homeassistant.components.playstation_network
|
||||
PSNAWP==3.0.3
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
'account': dict({
|
||||
'acct': 'trwnh',
|
||||
'avatar': 'https://files.mastodon.social/accounts/avatars/000/014/715/original/051c958388818705.png',
|
||||
'avatar_description': None,
|
||||
'avatar_static': 'https://files.mastodon.social/accounts/avatars/000/014/715/original/051c958388818705.png',
|
||||
'bot': True,
|
||||
'created_at': '2016-11-24T00:00:00+00:00',
|
||||
@@ -37,6 +38,7 @@
|
||||
'following_count': 328,
|
||||
'group': False,
|
||||
'header': 'https://files.mastodon.social/accounts/headers/000/014/715/original/5c6fc24edb3bb873.jpg',
|
||||
'header_description': None,
|
||||
'header_static': 'https://files.mastodon.social/accounts/headers/000/014/715/original/5c6fc24edb3bb873.jpg',
|
||||
'hide_collections': True,
|
||||
'id': '14715',
|
||||
@@ -53,6 +55,9 @@
|
||||
'role': None,
|
||||
'roles': list([
|
||||
]),
|
||||
'show_featured': None,
|
||||
'show_media': None,
|
||||
'show_media_replies': None,
|
||||
'source': None,
|
||||
'statuses_count': 69523,
|
||||
'suspended': None,
|
||||
@@ -80,6 +85,7 @@
|
||||
}),
|
||||
}),
|
||||
'version': '4.4.0-nightly.2025-02-07',
|
||||
'wrapstodon': None,
|
||||
}),
|
||||
})
|
||||
# ---
|
||||
@@ -88,6 +94,7 @@
|
||||
'account': dict({
|
||||
'acct': 'trwnh',
|
||||
'avatar': 'https://files.mastodon.social/accounts/avatars/000/014/715/original/051c958388818705.png',
|
||||
'avatar_description': None,
|
||||
'avatar_static': 'https://files.mastodon.social/accounts/avatars/000/014/715/original/051c958388818705.png',
|
||||
'bot': True,
|
||||
'created_at': '2016-11-24T00:00:00+00:00',
|
||||
@@ -121,6 +128,7 @@
|
||||
'following_count': 328,
|
||||
'group': False,
|
||||
'header': 'https://files.mastodon.social/accounts/headers/000/014/715/original/5c6fc24edb3bb873.jpg',
|
||||
'header_description': None,
|
||||
'header_static': 'https://files.mastodon.social/accounts/headers/000/014/715/original/5c6fc24edb3bb873.jpg',
|
||||
'hide_collections': True,
|
||||
'id': '14715',
|
||||
@@ -137,6 +145,9 @@
|
||||
'role': None,
|
||||
'roles': list([
|
||||
]),
|
||||
'show_featured': None,
|
||||
'show_media': None,
|
||||
'show_media_replies': None,
|
||||
'source': None,
|
||||
'statuses_count': 69523,
|
||||
'suspended': None,
|
||||
@@ -164,6 +175,7 @@
|
||||
}),
|
||||
}),
|
||||
'version': '4.4.0-nightly.2025-02-07',
|
||||
'wrapstodon': None,
|
||||
}),
|
||||
})
|
||||
# ---
|
||||
|
||||
@@ -58,6 +58,11 @@
|
||||
'indexable': False,
|
||||
'hide_collections': True,
|
||||
'memorial': None,
|
||||
'avatar_description': None,
|
||||
'header_description': None,
|
||||
'show_media': None,
|
||||
'show_media_replies': None,
|
||||
'show_featured': None,
|
||||
'moved_to_account': None,
|
||||
}),
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user