# 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