neckyaan

Results 6 issues of neckyaan

Logger: homeassistant.components.weather Source: components/weather/__init__.py:308 Integration: Weather (documentation, issues) First occurred: 09:45:03 (1 occurrences) Last logged: 09:45:03 custom_components.colorfulclouds.weather::ColorfulCloudsEntity is overriding deprecated methods on an instance of WeatherEntity, this is not valid...

duplicate

Logger: homeassistant.helpers.entity Source: helpers/entity.py:549 First occurred: 11:22:34 (11 occurrences) Last logged: 11:22:34 Entity sensor.***紫外线等传感器 () implements device_state_attributes. Please report it to the custom component author. 报告作者

今天因为home assistant 遍历漏洞,升级系统为:python3.8.6+home assistant 2021.3.2版本,在启动中提示如下信息,并且加载了插件后无法启动。但因为遍历漏洞又不得不升级,希望作者尽快完善。 Restarting Home Assistant 2021-03-07 15:45:09 WARNING (MainThread) [homeassistant.loader] You are using a custom integration zhibot which has not been tested by Home Assistant. This component...

DEVICE_CLASS_TEMPERATURE是从colorfulclouds使用的,这是一个已弃用的常量,将在HA Core 2025.1中删除。 请改用 SensorDeviceClass.TEMPERATURE,请在 https://github.com/fineemb/Colorfulclouds-weather/issues 创建错误报告 TEMP_CELSIUS 是从 colorfulclouds 中使用的,这是一个已弃用的常量,将在 HA Core 2025.1 中删除。 请改用 UnitOfTemperature.CELSIUS,请在 https://github.com/fineemb/Colorfulclouds-weather/issues 创建错误报告 TEMP_FAHRENHEIT 是从 colorfulclouds 使用的,这是一个已弃用的常量,将在 HA Core 2025.1 中删除。 请使用 UnitOfTemperature.FAHRENHEIT 代替,请在...

async def controlDevice(hass, header, payload): entity_id = payload['deviceId'] service = getControlService(header['name']) domain = entity_id[:entity_id.find('.')] data = {"entity_id": entity_id} if domain == 'cover': if entity_id.endswith('mu_bu') or entity_id.endswith('liang_yi_jia'): # MAGIC code, should...

今天因为home assistant 遍历漏洞,升级系统为:python3.8.6+home assistant 2021.3.2版本,在启动中提示如下信息,并且加载了插件后无法启动。但因为遍历漏洞又不得不升级,希望作者尽快完善。 Restarting Home Assistant 2021-03-07 15:45:09 WARNING (MainThread) [homeassistant.loader] You are using a custom integration zhibot which has not been tested by Home Assistant. This component...