trvqhuy / nestup_evn

A simple yet efficient custom component to fetch data from EVN Vietnam for Home Assistant
https://github.com/trvqhuy/nestup_evn
Apache License 2.0
64 stars 29 forks source link

[Chi nhánh EVN] Mô tả chung về lỗi #57

Closed vboyhn closed 3 months ago

vboyhn commented 3 months ago

Mô tả lỗi / Describe the bug Không load được sau khi update Core lên 2024.8.0

Logs Bộ ghi nhật trình: homeassistant.setup Nguồn: setup.py:269 Lần đầu tiên xảy ra: 9:03:37 SA (1 lần xuất hiện) Ghi nhật ký lần cuối: 9:03:37 SA

Setup failed for custom integration 'nestup_evn': Requirements for nestup_evn not found: ['voluptuous==0.13.1'].

Ảnh chụp / Screenshots image

Server (thông tin máy chủ đang chạy HA): Core 2024.8.0 Supervisor 2024.08.0 Operating System 12.4 Giao diện người dùng 20240806.1

Integration (thông tin phiên bản Integration đã cài đặt):

quangphuc91 commented 3 months ago

mình đã tìm ra cách fix bằng cách sửa file custom_components/nestup_evn/manifest.json , đổi

"requirements": [ "voluptuous==0.13.1" ],

thành

"requirements": [ "voluptuous" ],

restart lại hass, à mà bản cập nhật mới đã fix rồi