mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 10:30:14 -04:00
75fb9c2ab8
finally fixing hvac-multisensor. All of this was caused by the display switch referenced the display while it wasn't plugged in. Updated code to check for the existence first.
10 lines
228 B
YAML
10 lines
228 B
YAML
# Text sensors with general information.
|
|
platform: template
|
|
#ip_address:
|
|
name: IP
|
|
icon: mdi:ip-network
|
|
entity_category: diagnostic
|
|
disabled_by_default: true
|
|
lambda: return {id(eth).get_ip_address().str() };
|
|
update_interval: 60s
|