Skip to content

Commit 7f9f00a

Browse files
Merge pull request #294 from EverythingSmartHome/sync
Add fix for entities getting out of sync
2 parents 6a94516 + 11bff99 commit 7f9f00a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

common/everything-presence-lite-base.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ esphome:
55
name_add_mac_suffix: True
66
project:
77
name: EverythingSmartTechnology.Everything Presence Lite
8-
version: "1.2.1"
8+
version: "1.2.2"
99

1010
esp32:
1111
board: esp32dev
@@ -19,6 +19,12 @@ logger:
1919
# Enable Home Assistant API
2020
api:
2121

22+
external_components:
23+
- source: github://pr#7547
24+
components:
25+
- api
26+
refresh: 0s
27+
2228
ota:
2329
- platform: esphome
2430
id: ota_esphome

0 commit comments

Comments
 (0)