Files
fresh-home/esphome/common/text_sensor/ethernet_ip_address.config.yaml
T
2024-04-14 14:08:56 -04:00

11 lines
267 B
YAML

# Text sensors with general information.
platform: template
#ip_address:
name: ${friendly_name} IP
id: ${entity_name}_ip
icon: mdi:ip-network
entity_category: diagnostic
disabled_by_default: true
lambda: return {id(eth).get_ip_address().str() };
update_interval: 60s