Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions Integrations/ESPHome/Core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -649,6 +649,21 @@ text_sensor:
- platform: ld2410
version:
name: "Radar Firmware Version"
- platform: wifi_info
ip_address:
name: "IP Address"
id: wifi_ip
- platform: version
name: "ESPHome Version"
hide_timestamp: true
entity_category: "diagnostic"
- platform: template
name: "Apollo Firmware Version"
id: apollo_firmware_version
lambda: |-
return {"${version}"};
update_interval: never
entity_category: "diagnostic"

select:
- platform: ld2410
Expand Down