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

Update cover.py to fix for HA 2023.9.0 #18

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

yarafie
Copy link
Contributor

@yarafie yarafie commented Sep 7, 2023

Update cover.py to fix for HA 2023.9.0 which was exhibited by the following errors/warnings in HA logs

  1. config entry: device info must include at least one of identifiers or connections

  2. Entity None is implicitly using device name by not setting its name

Update cover.py to fix for HA 2023.9.0 which was exhibited by the following errors/warnings in HA logs 

1. config entry: device info must include at least one of identifiers or connections

2. Entity None is implicitly using device name by not setting its name
Update manifest.json to point to my own aioremootio
Update cover.py to remove deprecated constants SUPPORT_* as per HA Warnings below

2024-01-22 19:15:53.368 WARNING (MainThread) [homeassistant.components.cover] SUPPORT_OPEN was used from remootio, this is a deprecated constant which will be removed in HA Core 2025.1. Use CoverEntityFeature.OPEN instead, please report it to the author of the 'remootio' custom integration

2024-01-22 19:15:53.370 WARNING (MainThread) [homeassistant.components.cover] SUPPORT_CLOSE was used from remootio, this is a deprecated constant which will be removed in HA Core 2025.1. Use CoverEntityFeature.CLOSE instead, please report it to the author of the 'remootio' custom integration

2024-01-22 19:15:53.406 WARNING (MainThread) [homeassistant.helpers.entity] Entity None (<class 'custom_components.remootio.cover.RemootioCover'>) is using deprecated supported features values which will be removed in HA Core 2025.1. Instead it should use <CoverEntityFeature.OPEN|CLOSE: 3>, please report it to the author of the 'remootio' custom integration and reference https://developers.home-assistant.io/blog/2023/12/28/support-feature-magic-numbers-deprecation
Justed uped version and added to author
Update manifest.json to add issue_tracker
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

Successfully merging this pull request may close these issues.

1 participant