Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Google drive Returned an Unexpected Response #986

Open
Cm0n89 opened this issue Feb 6, 2024 · 0 comments
Open

Google drive Returned an Unexpected Response #986

Cm0n89 opened this issue Feb 6, 2024 · 0 comments

Comments

@Cm0n89
Copy link

Cm0n89 commented Feb 6, 2024

Description:
If you have anything else that could help explain what happened, click "Markdown" above and write it here.

Addon version: 0.112.1
Home Assistant Version: 2024.1.6
Supervisor Version: 2023.12.1
Supervisor Channel: stable
Hassos Version: 11.4
Docker Version: 24.0.7
Architecture: amd64
Machine: qemux86-64
Date: 2024-02-06T09:32:33.785783+00:00
Timezone: Europe/Stockholm
Failure Time: 2024-02-06T08:04:05.846424+00:00
Last Good Sync: 2024-02-06T08:03:46.160398+00:00
Next Sync: 2024-02-06T10:04:05.846424+00:00
Next Backup: 2024-02-07T00:00:00+00:00
Next Cache Warm: 2024-02-06T09:51:27.716209+00:00
Time Offset: 0.0

Exception:

 addon/backup/creds/driverequester.py:33 (request)
 addon/backup/tracing_session.py:39 (_request)
 /site-packages/aiohttp/client.py:601 (_request)
 /site-packages/aiohttp/client_reqrep.py:965 (start)
 /site-packages/aiohttp/streams.py:622 (read)
aiohttp.client_exceptions.ClientOSError: [Errno 1] [SSL: SSLV3_ALERT_BAD_RECORD_MAC] sslv3 alert bad record mac (_ssl.c:2580)
Whose handling caused:
 addon/backup/model/coordinator.py:198 (_sync)
 addon/backup/model/model.py:250 (sync)
 addon/backup/drive/drivesource.py:205 (save)
 addon/backup/drive/driverequests.py:316 (create)
 addon/backup/drive/driverequests.py:388 (retryRequest)
 addon/backup/creds/driverequester.py:74 (request)
backup.exceptions.exceptions.GoogleUnexpectedError

Backups:

{
   "HomeAssistant": {
       "backups": 1,
       "retained": 0,
       "deletable": 1,
       "name": "HomeAssistant",
       "title": "Home Assistant",
       "latest": "2024-02-06T00:00:00Z",
       "max": 1,
       "enabled": true,
       "icon": "home-assistant",
       "ignored": 18,
       "detail": "",
       "size": "7.4 GB",
       "ignored_size": "6.3 GB",
       "free_space": "44.4 GB"
   },
   "GoogleDrive": {
       "backups": 3,
       "retained": 0,
       "deletable": 3,
       "name": "GoogleDrive",
       "title": "Google Drive",
       "latest": "2024-02-05T00:00:00Z",
       "max": 3,
       "enabled": true,
       "icon": "google-drive",
       "ignored": 0,
       "detail": "[email protected]",
       "size": "22.0 GB",
       "ignored_size": "0.0 B",
       "free_space": "30.8 GB"
   }
}
Config:
{
   "Setting.MAX_BACKUPS_IN_HA": 1,
   "Setting.MAX_BACKUPS_IN_GOOGLE_DRIVE": 3,
   "Setting.DAYS_BETWEEN_BACKUPS": 1.0,
   "Setting.BACKUP_TIME_OF_DAY": "01:00",
   "Setting.SEND_ERROR_REPORTS": true
}
Addon Logs:
02-06 07:02:46 DEBUG [backup.drive.driverequests] Sending 10 MB to Google Drive
02-06 07:02:52 DEBUG [backup.drive.drivesource] Uploading Full Backup 2024-02-06 01:00:00 66.14%
02-06 07:02:52 DEBUG [backup.drive.driverequests] Sending 10 MB to Google Drive
02-06 07:02:58 DEBUG [backup.drive.drivesource] Uploading Full Backup 2024-02-06 01:00:00 66.28%
02-06 07:02:58 DEBUG [backup.drive.driverequests] Sending 10 MB to Google Drive
02-06 07:03:04 DEBUG [backup.drive.drivesource] Uploading Full Backup 2024-02-06 01:00:00 66.41%
02-06 07:03:04 DEBUG [backup.drive.driverequests] Sending 10 MB to Google Drive
02-06 07:03:10 DEBUG [backup.drive.drivesource] Uploading Full Backup 2024-02-06 01:00:00 66.54%
02-06 07:03:10 DEBUG [backup.drive.driverequests] Sending 10 MB to Google Drive
02-06 07:03:16 DEBUG [backup.drive.drivesource] Uploading Full Backup 2024-02-06 01:00:00 66.68%
02-06 07:03:16 DEBUG [backup.drive.driverequests] Sending 10 MB to Google Drive
02-06 07:03:22 DEBUG [backup.drive.drivesource] Uploading Full Backup 2024-02-06 01:00:00 66.81%
02-06 07:03:22 DEBUG [backup.drive.driverequests] Sending 10 MB to Google Drive
02-06 07:03:45 ERROR [backup.model.coordinator] Google gave an unexpected response
02-06 07:03:45 INFO [backup.model.coordinator] I'll try again in 2 hours
02-06 07:03:46 DEBUG [backup.watcher] Checking backup source for changes...
02-06 09:02:46 DEBUG [backup.model.destinationprecache] Preemptively retrieving and caching info from the backup destination to avoid peak demand
02-06 09:02:46 DEBUG [backup.drive.driverequests] Requesting refreshed Google Drive credentials
02-06 09:03:46 DEBUG [backup.model.syncer] Sync requested by Coordinator
02-06 09:03:46 INFO [backup.model.coordinator] Syncing Backups
02-06 09:03:46 INFO [backup.drive.drivesource] Uploading 'Full Backup 2024-02-06 01:00:00' to Google Drive
02-06 09:03:46 DEBUG [backup.drive.driverequests] Attempting to resume a previously failed upload where we left off
02-06 09:03:46 INFO [backup.watcher] A backup directory file was modified, we'll check for new backups soon.
02-06 09:03:46 DEBUG [backup.drive.driverequests] Resuming upload at byte 5281677312 of 7903027200
02-06 09:03:46 DEBUG [backup.drive.driverequests] Sending 256 KB to Google Drive
02-06 09:03:46 DEBUG [backup.drive.drivesource] Uploading Full Backup 2024-02-06 01:00:00 66.83%
02-06 09:03:46 DEBUG [backup.drive.driverequests] Sending 8.75 MB to Google Drive
02-06 09:04:05 ERROR [backup.model.coordinator] Google gave an unexpected response
02-06 09:04:05 INFO [backup.model.coordinator] I'll try again in 2 hours
02-06 09:04:06 DEBUG [backup.watcher] Checking backup source for changes...
Supervisor Logs:
�[33m24-02-06 10:24:05 WARNING (MainThread) [supervisor.addons.options] Unknown option 'base_topic' for Zigbee2MQTT (45df7312_zigbee2mqtt)�[0m
�[33m24-02-06 10:24:05 WARNING (MainThread) [supervisor.addons.options] Option 'external_converters' does not exist in the schema for Zigbee2MQTT (45df7312_zigbee2mqtt)�[0m
�[33m24-02-06 10:24:05 WARNING (MainThread) [supervisor.addons.options] Option 'devices' does not exist in the schema for Zigbee2MQTT (45df7312_zigbee2mqtt)�[0m
�[33m24-02-06 10:24:05 WARNING (MainThread) [supervisor.addons.options] Option 'groups' does not exist in the schema for Zigbee2MQTT (45df7312_zigbee2mqtt)�[0m
�[33m24-02-06 10:24:05 WARNING (MainThread) [supervisor.addons.options] Option 'homeassistant' does not exist in the schema for Zigbee2MQTT (45df7312_zigbee2mqtt)�[0m
�[33m24-02-06 10:24:05 WARNING (MainThread) [supervisor.addons.options] Option 'permit_join' does not exist in the schema for Zigbee2MQTT (45df7312_zigbee2mqtt)�[0m
�[33m24-02-06 10:24:05 WARNING (MainThread) [supervisor.addons.options] Option 'advanced' does not exist in the schema for Zigbee2MQTT (45df7312_zigbee2mqtt)�[0m
�[33m24-02-06 10:24:05 WARNING (MainThread) [supervisor.addons.options] Option 'device_options' does not exist in the schema for Zigbee2MQTT (45df7312_zigbee2mqtt)�[0m
�[33m24-02-06 10:24:05 WARNING (MainThread) [supervisor.addons.options] Option 'blocklist' does not exist in the schema for Zigbee2MQTT (45df7312_zigbee2mqtt)�[0m
�[33m24-02-06 10:24:05 WARNING (MainThread) [supervisor.addons.options] Option 'passlist' does not exist in the schema for Zigbee2MQTT (45df7312_zigbee2mqtt)�[0m
�[33m24-02-06 10:24:05 WARNING (MainThread) [supervisor.addons.options] Option 'queue' does not exist in the schema for Zigbee2MQTT (45df7312_zigbee2mqtt)�[0m
�[33m24-02-06 10:24:05 WARNING (MainThread) [supervisor.addons.options] Option 'frontend' does not exist in the schema for Zigbee2MQTT (45df7312_zigbee2mqtt)�[0m
�[33m24-02-06 10:24:05 WARNING (MainThread) [supervisor.addons.options] Option 'experimental' does not exist in the schema for Zigbee2MQTT (45df7312_zigbee2mqtt)�[0m
�[33m24-02-06 10:24:05 WARNING (MainThread) [supervisor.addons.options] Option 'availability' does not exist in the schema for Zigbee2MQTT (45df7312_zigbee2mqtt)�[0m
�[33m24-02-06 10:29:05 WARNING (MainThread) [supervisor.addons.options] Unknown option 'base_topic' for Zigbee2MQTT (45df7312_zigbee2mqtt)�[0m
�[33m24-02-06 10:29:05 WARNING (MainThread) [supervisor.addons.options] Option 'external_converters' does not exist in the schema for Zigbee2MQTT (45df7312_zigbee2mqtt)�[0m
�[33m24-02-06 10:29:05 WARNING (MainThread) [supervisor.addons.options] Option 'devices' does not exist in the schema for Zigbee2MQTT (45df7312_zigbee2mqtt)�[0m
�[33m24-02-06 10:29:05 WARNING (MainThread) [supervisor.addons.options] Option 'groups' does not exist in the schema for Zigbee2MQTT (45df7312_zigbee2mqtt)�[0m
�[33m24-02-06 10:29:05 WARNING (MainThread) [supervisor.addons.options] Option 'homeassistant' does not exist in the schema for Zigbee2MQTT (45df7312_zigbee2mqtt)�[0m
�[33m24-02-06 10:29:05 WARNING (MainThread) [supervisor.addons.options] Option 'permit_join' does not exist in the schema for Zigbee2MQTT (45df7312_zigbee2mqtt)�[0m
�[33m24-02-06 10:29:05 WARNING (MainThread) [supervisor.addons.options] Option 'advanced' does not exist in the schema for Zigbee2MQTT (45df7312_zigbee2mqtt)�[0m
�[33m24-02-06 10:29:05 WARNING (MainThread) [supervisor.addons.options] Option 'device_options' does not exist in the schema for Zigbee2MQTT (45df7312_zigbee2mqtt)�[0m
�[33m24-02-06 10:29:05 WARNING (MainThread) [supervisor.addons.options] Option 'blocklist' does not exist in the schema for Zigbee2MQTT (45df7312_zigbee2mqtt)�[0m
�[33m24-02-06 10:29:05 WARNING (MainThread) [supervisor.addons.options] Option 'passlist' does not exist in the schema for Zigbee2MQTT (45df7312_zigbee2mqtt)�[0m
�[33m24-02-06 10:29:05 WARNING (MainThread) [supervisor.addons.options] Option 'queue' does not exist in the schema for Zigbee2MQTT (45df7312_zigbee2mqtt)�[0m
�[33m24-02-06 10:29:05 WARNING (MainThread) [supervisor.addons.options] Option 'frontend' does not exist in the schema for Zigbee2MQTT (45df7312_zigbee2mqtt)�[0m
�[33m24-02-06 10:29:05 WARNING (MainThread) [supervisor.addons.options] Option 'experimental' does not exist in the schema for Zigbee2MQTT (45df7312_zigbee2mqtt)�[0m
�[33m24-02-06 10:29:05 WARNING (MainThread) [supervisor.addons.options] Option 'availability' does not exist in the schema for Zigbee2MQTT (45df7312_zigbee2mqtt)�[0m
�[32m24-02-06 10:32:33 INFO (MainThread) [supervisor.api.middleware.security] /supervisor/logs access from cebe7a76_hassio_google_drive_backup�[0m

Home Assistant Core Logs:
�[33m2024-02-06 10:30:51.289 WARNING (MainThread) [homeassistant.components.light] Entity light.shelly_shrgbw2_2cbee6_3 (<class 'custom_components.shelly.light.ShellyDimmer'>) is using deprecated supported features values which will be removed in HA Core 2025.1. Instead it should use <LightEntityFeature: 1> and color modes, please report it to the author of the 'shelly' custom integration and reference https://developers.home-assistant.io/blog/2023/12/28/support-feature-magic-numbers-deprecation�[0m
�[33m2024-02-06 10:31:06.288 WARNING (MainThread) [homeassistant.components.light] Entity light.shelly_shrgbw2_2cbee6_1 (<class 'custom_components.shelly.light.ShellyDimmer'>) is using deprecated supported features values which will be removed in HA Core 2025.1. Instead it should use <LightEntityFeature: 1> and color modes, please report it to the author of the 'shelly' custom integration and reference https://developers.home-assistant.io/blog/2023/12/28/support-feature-magic-numbers-deprecation�[0m
�[33m2024-02-06 10:31:06.289 WARNING (MainThread) [homeassistant.components.light] Entity light.shelly_shrgbw2_2cbee6_1 (<class 'custom_components.shelly.light.ShellyDimmer'>) is using deprecated supported features values which will be removed in HA Core 2025.1. Instead it should use <LightEntityFeature: 1> and color modes, please report it to the author of the 'shelly' custom integration and reference https://developers.home-assistant.io/blog/2023/12/28/support-feature-magic-numbers-deprecation�[0m
�[33m2024-02-06 10:31:06.290 WARNING (MainThread) [homeassistant.components.light] Entity light.shelly_shrgbw2_2cbee6_2 (<class 'custom_components.shelly.light.ShellyDimmer'>) is using deprecated supported features values which will be removed in HA Core 2025.1. Instead it should use <LightEntityFeature: 1> and color modes, please report it to the author of the 'shelly' custom integration and reference https://developers.home-assistant.io/blog/2023/12/28/support-feature-magic-numbers-deprecation�[0m
�[33m2024-02-06 10:31:06.290 WARNING (MainThread) [homeassistant.components.light] Entity light.shelly_shrgbw2_2cbee6_3 (<class 'custom_components.shelly.light.ShellyDimmer'>) is using deprecated supported features values which will be removed in HA Core 2025.1. Instead it should use <LightEntityFeature: 1> and color modes, please report it to the author of the 'shelly' custom integration and reference https://developers.home-assistant.io/blog/2023/12/28/support-feature-magic-numbers-deprecation�[0m
�[33m2024-02-06 10:31:09.829 WARNING (MainThread) [homeassistant.components.light] Entity light.shelly_shrgbw2_2cbee6_1 (<class 'custom_components.shelly.light.ShellyDimmer'>) is using deprecated supported features values which will be removed in HA Core 2025.1. Instead it should use <LightEntityFeature: 1> and color modes, please report it to the author of the 'shelly' custom integration and reference https://developers.home-assistant.io/blog/2023/12/28/support-feature-magic-numbers-deprecation�[0m
�[33m2024-02-06 10:31:09.829 WARNING (MainThread) [homeassistant.components.light] Entity light.shelly_shrgbw2_2cbee6_2 (<class 'custom_components.shelly.light.ShellyDimmer'>) is using deprecated supported features values which will be removed in HA Core 2025.1. Instead it should use <LightEntityFeature: 1> and color modes, please report it to the author of the 'shelly' custom integration and reference https://developers.home-assistant.io/blog/2023/12/28/support-feature-magic-numbers-deprecation�[0m
�[33m2024-02-06 10:31:09.830 WARNING (MainThread) [homeassistant.components.light] Entity light.shelly_shrgbw2_2cbee6_3 (<class 'custom_components.shelly.light.ShellyDimmer'>) is using deprecated supported features values which will be removed in HA Core 2025.1. Instead it should use <LightEntityFeature: 1> and color modes, please report it to the author of the 'shelly' custom integration and reference https://developers.home-assistant.io/blog/2023/12/28/support-feature-magic-numbers-deprecation�[0m
�[33m2024-02-06 10:31:21.288 WARNING (MainThread) [homeassistant.components.light] Entity light.shelly_shrgbw2_2cbee6_1 (<class 'custom_components.shelly.light.ShellyDimmer'>) is using deprecated supported features values which will be removed in HA Core 2025.1. Instead it should use <LightEntityFeature: 1> and color modes, please report it to the author of the 'shelly' custom integration and reference https://developers.home-assistant.io/blog/2023/12/28/support-feature-magic-numbers-deprecation�[0m
�[33m2024-02-06 10:31:21.288 WARNING (MainThread) [homeassistant.components.light] Entity light.shelly_shrgbw2_2cbee6_2 (<class 'custom_components.shelly.light.ShellyDimmer'>) is using deprecated supported features values which will be removed in HA Core 2025.1. Instead it should use <LightEntityFeature: 1> and color modes, please report it to the author of the 'shelly' custom integration and reference https://developers.home-assistant.io/blog/2023/12/28/support-feature-magic-numbers-deprecation�[0m
�[33m2024-02-06 10:31:21.288 WARNING (MainThread) [homeassistant.components.light] Entity light.shelly_shrgbw2_2cbee6_3 (<class 'custom_components.shelly.light.ShellyDimmer'>) is using deprecated supported features values which will be removed in HA Core 2025.1. Instead it should use <LightEntityFeature: 1> and color modes, please report it to the author of the 'shelly' custom integration and reference https://developers.home-assistant.io/blog/2023/12/28/support-feature-magic-numbers-deprecation�[0m
�[33m2024-02-06 10:31:36.288 WARNING (MainThread) [homeassistant.components.light] Entity light.shelly_shrgbw2_2cbee6_1 (<class 'custom_components.shelly.light.ShellyDimmer'>) is using deprecated supported features values which will be removed in HA Core 2025.1. Instead it should use <LightEntityFeature: 1> and color modes, please report it to the author of the 'shelly' custom integration and reference https://developers.home-assistant.io/blog/2023/12/28/support-feature-magic-numbers-deprecation�[0m
�[33m2024-02-06 10:31:36.290 WARNING (MainThread) [homeassistant.components.light] Entity light.shelly_shrgbw2_2cbee6_1 (<class 'custom_components.shelly.light.ShellyDimmer'>) is using deprecated supported features values which will be removed in HA Core 2025.1. Instead it should use <LightEntityFeature: 1> and color modes, please report it to the author of the 'shelly' custom integration and reference https://developers.home-assistant.io/blog/2023/12/28/support-feature-magic-numbers-deprecation�[0m
�[33m2024-02-06 10:31:36.290 WARNING (MainThread) [homeassistant.components.light] Entity light.shelly_shrgbw2_2cbee6_2 (<class 'custom_components.shelly.light.ShellyDimmer'>) is using deprecated supported features values which will be removed in HA Core 2025.1. Instead it should use <LightEntityFeature: 1> and color modes, please report it to the author of the 'shelly' custom integration and reference https://developers.home-assistant.io/blog/2023/12/28/support-feature-magic-numbers-deprecation�[0m
�[33m2024-02-06 10:31:36.290 WARNING (MainThread) [homeassistant.components.light] Entity light.shelly_shrgbw2_2cbee6_3 (<class 'custom_components.shelly.light.ShellyDimmer'>) is using deprecated supported features values which will be removed in HA Core 2025.1. Instead it should use <LightEntityFeature: 1> and color modes, please report it to the author of the 'shelly' custom integration and reference https://developers.home-assistant.io/blog/2023/12/28/support-feature-magic-numbers-deprecation�[0m
�[36m2024-02-06 10:31:42.417 DEBUG (MainThread) [home_connect_async.homeconnect] Received event from SSE stream: MessageEvent(type='KEEP-ALIVE', message='KEEP-ALIVE', data='', origin='https://api.home-connect.com', last_event_id='')�[0m
�[33m2024-02-06 10:31:51.288 WARNING (MainThread) [homeassistant.components.light] Entity light.shelly_shrgbw2_2cbee6_1 (<class 'custom_components.shelly.light.ShellyDimmer'>) is using deprecated supported features values which will be removed in HA Core 2025.1. Instead it should use <LightEntityFeature: 1> and color modes, please report it to the author of the 'shelly' custom integration and reference https://developers.home-assistant.io/blog/2023/12/28/support-feature-magic-numbers-deprecation�[0m
�[33m2024-02-06 10:31:51.288 WARNING (MainThread) [homeassistant.components.light] Entity light.shelly_shrgbw2_2cbee6_2 (<class 'custom_components.shelly.light.ShellyDimmer'>) is using deprecated supported features values which will be removed in HA Core 2025.1. Instead it should use <LightEntityFeature: 1> and color modes, please report it to the author of the 'shelly' custom integration and reference https://developers.home-assistant.io/blog/2023/12/28/support-feature-magic-numbers-deprecation�[0m
�[33m2024-02-06 10:31:51.288 WARNING (MainThread) [homeassistant.components.light] Entity light.shelly_shrgbw2_2cbee6_3 (<class 'custom_components.shelly.light.ShellyDimmer'>) is using deprecated supported features values which will be removed in HA Core 2025.1. Instead it should use <LightEntityFeature: 1> and color modes, please report it to the author of the 'shelly' custom integration and reference https://developers.home-assistant.io/blog/2023/12/28/support-feature-magic-numbers-deprecation�[0m
�[33m2024-02-06 10:32:06.286 WARNING (MainThread) [homeassistant.components.light] Entity light.shelly_shrgbw2_2cbee6_1 (<class 'custom_components.shelly.light.ShellyDimmer'>) is using deprecated supported features values which will be removed in HA Core 2025.1. Instead it should use <LightEntityFeature: 1> and color modes, please report it to the author of the 'shelly' custom integration and reference https://developers.home-assistant.io/blog/2023/12/28/support-feature-magic-numbers-deprecation�[0m
�[33m2024-02-06 10:32:06.288 WARNING (MainThread) [homeassistant.components.light] Entity light.shelly_shrgbw2_2cbee6_1 (<class 'custom_components.shelly.light.ShellyDimmer'>) is using deprecated supported features values which will be removed in HA Core 2025.1. Instead it should use <LightEntityFeature: 1> and color modes, please report it to the author of the 'shelly' custom integration and reference https://developers.home-assistant.io/blog/2023/12/28/support-feature-magic-numbers-deprecation�[0m
�[33m2024-02-06 10:32:06.288 WARNING (MainThread) [homeassistant.components.light] Entity light.shelly_shrgbw2_2cbee6_2 (<class 'custom_components.shelly.light.ShellyDimmer'>) is using deprecated supported features values which will be removed in HA Core 2025.1. Instead it should use <LightEntityFeature: 1> and color modes, please report it to the author of the 'shelly' custom integration and reference https://developers.home-assistant.io/blog/2023/12/28/support-feature-magic-numbers-deprecation�[0m
�[33m2024-02-06 10:32:06.288 WARNING (MainThread) [homeassistant.components.light] Entity light.shelly_shrgbw2_2cbee6_3 (<class 'custom_components.shelly.light.ShellyDimmer'>) is using deprecated supported features values which will be removed in HA Core 2025.1. Instead it should use <LightEntityFeature: 1> and color modes, please report it to the author of the 'shelly' custom integration and reference https://developers.home-assistant.io/blog/2023/12/28/support-feature-magic-numbers-deprecation�[0m
�[33m2024-02-06 10:32:10.276 WARNING (MainThread) [homeassistant.components.light] Entity light.shelly_shrgbw2_2cbee6_1 (<class 'custom_components.shelly.light.ShellyDimmer'>) is using deprecated supported features values which will be removed in HA Core 2025.1. Instead it should use <LightEntityFeature: 1> and color modes, please report it to the author of the 'shelly' custom integration and reference https://developers.home-assistant.io/blog/2023/12/28/support-feature-magic-numbers-deprecation�[0m
�[33m2024-02-06 10:32:10.276 WARNING (MainThread) [homeassistant.components.light] Entity light.shelly_shrgbw2_2cbee6_2 (<class 'custom_components.shelly.light.ShellyDimmer'>) is using deprecated supported features values which will be removed in HA Core 2025.1. Instead it should use <LightEntityFeature: 1> and color modes, please report it to the author of the 'shelly' custom integration and reference https://developers.home-assistant.io/blog/2023/12/28/support-feature-magic-numbers-deprecation�[0m
�[33m2024-02-06 10:32:10.278 WARNING (MainThread) [homeassistant.components.light] Entity light.shelly_shrgbw2_2cbee6_3 (<class 'custom_components.shelly.light.ShellyDimmer'>) is using deprecated supported features values which will be removed in HA Core 2025.1. Instead it should use <LightEntityFeature: 1> and color modes, please report it to the author of the 'shelly' custom integration and reference https://developers.home-assistant.io/blog/2023/12/28/support-feature-magic-numbers-deprecation�[0m
�[33m2024-02-06 10:32:21.302 WARNING (MainThread) [homeassistant.components.light] Entity light.shelly_shrgbw2_2cbee6_1 (<class 'custom_components.shelly.light.ShellyDimmer'>) is using deprecated supported features values which will be removed in HA Core 2025.1. Instead it should use <LightEntityFeature: 1> and color modes, please report it to the author of the 'shelly' custom integration and reference https://developers.home-assistant.io/blog/2023/12/28/support-feature-magic-numbers-deprecation�[0m
�[33m2024-02-06 10:32:21.304 WARNING (MainThread) [homeassistant.components.light] Entity light.shelly_shrgbw2_2cbee6_2 (<class 'custom_components.shelly.light.ShellyDimmer'>) is using deprecated supported features values which will be removed in HA Core 2025.1. Instead it should use <LightEntityFeature: 1> and color modes, please report it to the author of the 'shelly' custom integration and reference https://developers.home-assistant.io/blog/2023/12/28/support-feature-magic-numbers-deprecation�[0m
�[33m2024-02-06 10:32:21.304 WARNING (MainThread) [homeassistant.components.light] Entity light.shelly_shrgbw2_2cbee6_3 (<class 'custom_components.shelly.light.ShellyDimmer'>) is using deprecated supported features values which will be removed in HA Core 2025.1. Instead it should use <LightEntityFeature: 1> and color modes, please report it to the author of the 'shelly' custom integration and reference https://developers.home-assistant.io/blog/2023/12/28/support-feature-magic-numbers-deprecation�[0m

@Cm0n89 Cm0n89 changed the title Google drive Returned an Unexpected Response a title Google drive Returned an Unexpected Response Feb 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant