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

Помогите пожалуйста не получается добавитть #56

Open
Fiark opened this issue Jan 24, 2024 · 1 comment

Comments

@Fiark
Copy link

Fiark commented Jan 24, 2024

Добрый день. столкнулся с проблемой что не получается добавить интеграццию. сразу вываливает вот такое сообщение.
image
что делать и правда не знаю потому что плохо разбираюсь

@Fiark
Copy link
Author

Fiark commented Jan 27, 2024

В дополнении включил отладку на адаптере и заметил что он много ругается на интеграцию

2024-01-27 09:59:24.447 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration ble_monitor which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-01-27 09:59:24.449 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration skykettle which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-01-27 09:59:24.452 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-01-27 10:00:24.564 WARNING (MainThread) [homeassistant.const] DEVICE_CLASS_AQI was used from skykettle, this is a deprecated constant which will be removed in HA Core 2025.1. Use SensorDeviceClass.AQI instead, please create a bug report at https://github.com/ClusterM/skykettle-ha/issues
2024-01-27 10:00:24.580 WARNING (MainThread) [homeassistant.const] DEVICE_CLASS_BATTERY was used from skykettle, this is a deprecated constant which will be removed in HA Core 2025.1. Use SensorDeviceClass.BATTERY instead, please create a bug report at https://github.com/ClusterM/skykettle-ha/issues
2024-01-27 10:00:24.594 WARNING (MainThread) [homeassistant.const] DEVICE_CLASS_CO was used from skykettle, this is a deprecated constant which will be removed in HA Core 2025.1. Use SensorDeviceClass.CO instead, please create a bug report at https://github.com/ClusterM/skykettle-ha/issues
2024-01-27 10:00:24.608 WARNING (MainThread) [homeassistant.const] DEVICE_CLASS_CO2 was used from skykettle, this is a deprecated constant which will be removed in HA Core 2025.1. Use SensorDeviceClass.CO2 instead, please create a bug report at https://github.com/ClusterM/skykettle-ha/issues
2024-01-27 10:00:24.617 WARNING (MainThread) [homeassistant.const] DEVICE_CLASS_CURRENT was used from skykettle, this is a deprecated constant which will be removed in HA Core 2025.1. Use SensorDeviceClass.CURRENT instead, please create a bug report at https://github.com/ClusterM/skykettle-ha/issues
2024-01-27 10:00:24.625 WARNING (MainThread) [homeassistant.const] DEVICE_CLASS_DATE was used from skykettle, this is a deprecated constant which will be removed in HA Core 2025.1. Use SensorDeviceClass.DATE instead, please create a bug report at https://github.com/ClusterM/skykettle-ha/issues
2024-01-27 10:00:24.633 WARNING (MainThread) [homeassistant.const] DEVICE_CLASS_ENERGY was used from skykettle, this is a deprecated constant which will be removed in HA Core 2025.1. Use SensorDeviceClass.ENERGY instead, please create a bug report at https://github.com/ClusterM/skykettle-ha/issues
2024-01-27 10:00:24.641 WARNING (MainThread) [homeassistant.const] DEVICE_CLASS_FREQUENCY was used from skykettle, this is a deprecated constant which will be removed in HA Core 2025.1. Use SensorDeviceClass.FREQUENCY instead, please create a bug report at https://github.com/ClusterM/skykettle-ha/issues
2024-01-27 10:00:24.650 WARNING (MainThread) [homeassistant.const] DEVICE_CLASS_GAS was used from skykettle, this is a deprecated constant which will be removed in HA Core 2025.1. Use SensorDeviceClass.GAS instead, please create a bug report at https://github.com/ClusterM/skykettle-ha/issues
2024-01-27 10:00:24.658 WARNING (MainThread) [homeassistant.const] DEVICE_CLASS_HUMIDITY was used from skykettle, this is a deprecated constant which will be removed in HA Core 2025.1. Use SensorDeviceClass.HUMIDITY instead, please create a bug report at https://github.com/ClusterM/skykettle-ha/issues
2024-01-27 10:00:24.666 WARNING (MainThread) [homeassistant.const] DEVICE_CLASS_ILLUMINANCE was used from skykettle, this is a deprecated constant which will be removed in HA Core 2025.1. Use SensorDeviceClass.ILLUMINANCE instead, please create a bug report at https://github.com/ClusterM/skykettle-ha/issues
2024-01-27 10:00:24.674 WARNING (MainThread) [homeassistant.const] DEVICE_CLASS_MONETARY was used from skykettle, this is a deprecated constant which will be removed in HA Core 2025.1. Use SensorDeviceClass.MONETARY instead, please create a bug report at https://github.com/ClusterM/skykettle-ha/issues
2024-01-27 10:00:24.682 WARNING (MainThread) [homeassistant.const] DEVICE_CLASS_NITROGEN_DIOXIDE was used from skykettle, this is a deprecated constant which will be removed in HA Core 2025.1. Use SensorDeviceClass.NITROGEN_DIOXIDE instead, please create a bug report at https://github.com/ClusterM/skykettle-ha/issues
2024-01-27 10:00:24.691 WARNING (MainThread) [homeassistant.const] DEVICE_CLASS_NITROGEN_MONOXIDE was used from skykettle, this is a deprecated constant which will be removed in HA Core 2025.1. Use SensorDeviceClass.NITROGEN_MONOXIDE instead, please create a bug report at https://github.com/ClusterM/skykettle-ha/issues
2024-01-27 10:00:24.699 WARNING (MainThread) [homeassistant.const] DEVICE_CLASS_NITROUS_OXIDE was used from skykettle, this is a deprecated constant which will be removed in HA Core 2025.1. Use SensorDeviceClass.NITROUS_OXIDE instead, please create a bug report at https://github.com/ClusterM/skykettle-ha/issues
2024-01-27 10:00:24.707 WARNING (MainThread) [homeassistant.const] DEVICE_CLASS_OZONE was used from skykettle, this is a deprecated constant which will be removed in HA Core 2025.1. Use SensorDeviceClass.OZONE instead, please create a bug report at https://github.com/ClusterM/skykettle-ha/issues
2024-01-27 10:00:24.716 WARNING (MainThread) [homeassistant.const] DEVICE_CLASS_PM1 was used from skykettle, this is a deprecated constant which will be removed in HA Core 2025.1. Use SensorDeviceClass.PM1 instead, please create a bug report at https://github.com/ClusterM/skykettle-ha/issues
2024-01-27 10:00:24.724 WARNING (MainThread) [homeassistant.const] DEVICE_CLASS_PM10 was used from skykettle, this is a deprecated constant which will be removed in HA Core 2025.1. Use SensorDeviceClass.PM10 instead, please create a bug report at https://github.com/ClusterM/skykettle-ha/issues
2024-01-27 10:00:24.732 WARNING (MainThread) [homeassistant.const] DEVICE_CLASS_PM25 was used from skykettle, this is a deprecated constant which will be removed in HA Core 2025.1. Use SensorDeviceClass.PM25 instead, please create a bug report at https://github.com/ClusterM/skykettle-ha/issues
2024-01-27 10:00:24.740 WARNING (MainThread) [homeassistant.const] DEVICE_CLASS_POWER_FACTOR was used from skykettle, this is a deprecated constant which will be removed in HA Core 2025.1. Use SensorDeviceClass.POWER_FACTOR instead, please create a bug report at https://github.com/ClusterM/skykettle-ha/issues
2024-01-27 10:00:24.749 WARNING (MainThread) [homeassistant.const] DEVICE_CLASS_POWER was used from skykettle, this is a deprecated constant which will be removed in HA Core 2025.1. Use SensorDeviceClass.POWER instead, please create a bug report at https://github.com/ClusterM/skykettle-ha/issues
2024-01-27 10:00:24.757 WARNING (MainThread) [homeassistant.const] DEVICE_CLASS_PRESSURE was used from skykettle, this is a deprecated constant which will be removed in HA Core 2025.1. Use SensorDeviceClass.PRESSURE instead, please create a bug report at https://github.com/ClusterM/skykettle-ha/issues
2024-01-27 10:00:24.765 WARNING (MainThread) [homeassistant.const] DEVICE_CLASS_SIGNAL_STRENGTH was used from skykettle, this is a deprecated constant which will be removed in HA Core 2025.1. Use SensorDeviceClass.SIGNAL_STRENGTH instead, please create a bug report at https://github.com/ClusterM/skykettle-ha/issues
2024-01-27 10:00:24.773 WARNING (MainThread) [homeassistant.const] DEVICE_CLASS_SULPHUR_DIOXIDE was used from skykettle, this is a deprecated constant which will be removed in HA Core 2025.1. Use SensorDeviceClass.SULPHUR_DIOXIDE instead, please create a bug report at https://github.com/ClusterM/skykettle-ha/issues
2024-01-27 10:00:24.781 WARNING (MainThread) [homeassistant.const] DEVICE_CLASS_TEMPERATURE was used from skykettle, this is a deprecated constant which will be removed in HA Core 2025.1. Use SensorDeviceClass.TEMPERATURE instead, please create a bug report at https://github.com/ClusterM/skykettle-ha/issues
2024-01-27 10:00:24.789 WARNING (MainThread) [homeassistant.const] DEVICE_CLASS_TIMESTAMP was used from skykettle, this is a deprecated constant which will be removed in HA Core 2025.1. Use SensorDeviceClass.TIMESTAMP instead, please create a bug report at https://github.com/ClusterM/skykettle-ha/issues
2024-01-27 10:00:24.798 WARNING (MainThread) [homeassistant.const] DEVICE_CLASS_VOLATILE_ORGANIC_COMPOUNDS was used from skykettle, this is a deprecated constant which will be removed in HA Core 2025.1. Use SensorDeviceClass.VOLATILE_ORGANIC_COMPOUNDS instead, please create a bug report at https://github.com/ClusterM/skykettle-ha/issues

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