mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 18:40: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.
9 lines
234 B
YAML
9 lines
234 B
YAML
# Text sensors with general information.
|
|
platform: template
|
|
#mac_address:
|
|
name: Ethernet MAC Address
|
|
disabled_by_default: true
|
|
icon: mdi:network
|
|
entity_category: diagnostic
|
|
lambda: return {esp_eth_get_mac.str() };
|
|
update_interval: 60s |