1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-02 14:42:11 +01:00
Files
core/homeassistant/components/google_photos/icons.json
Allen Porter ef84a8869e Add Google Photos service for uploading content (#124956)
* Add Google Photos upload support

* Fix format

* Merge in scope/reauth changes

* Address PR feedback

* Fix blocking i/o in async
2024-08-31 21:16:14 +02:00

8 lines
82 B
JSON

{
"services": {
"upload": {
"service": "mdi:cloud-upload"
}
}
}