31 lines
561 B
YAML
31 lines
561 B
YAML
time:
|
|
- platform: sntp
|
|
id: time_sntp
|
|
|
|
binary_sensor:
|
|
- platform: status
|
|
name: Status
|
|
id: ink_ha_connected
|
|
entity_category: diagnostic
|
|
|
|
sensor:
|
|
- platform: uptime
|
|
name: Uptime
|
|
type: timestamp
|
|
time_id: time_sntp
|
|
entity_category: diagnostic
|
|
- platform: wifi_signal
|
|
name: RSSI
|
|
update_interval: 60s
|
|
entity_category: diagnostic
|
|
|
|
button:
|
|
- platform: restart
|
|
icon: mdi:power-cycle
|
|
name: ESP Reboot
|
|
entity_category: diagnostic
|
|
|
|
text_sensor:
|
|
- platform: wifi_info
|
|
ip_address:
|
|
name: IP Address
|