Skip to content

Commit 1956a4d

Browse files
committed
Fix #41 error while loading entities
1 parent 24f3a0f commit 1956a4d

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 2020-04-24 #4
4+
5+
**Fixed bugs:**
6+
7+
- Fix [\#41](https://github.com/elad-bar/ha-edgeos/issues/41) error while loading entities
8+
39
## 2020-04-24 #3
410

511
**Fixed bugs:**

custom_components/hpprinter/models/base_entity.py

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
from typing import Any, Callable, Optional
44

55
from homeassistant.config_entries import ConfigEntry
6+
from homeassistant.const import CONF_NAME
67
from homeassistant.core import HomeAssistant, callback
78
from homeassistant.helpers.dispatcher import async_dispatcher_connect
89
from homeassistant.helpers.entity import Entity

0 commit comments

Comments
 (0)