You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
459 B
16 lines
459 B
#-------------------------------------------
|
|
# MQTT Sensor Configuration
|
|
# Description: Various MQTT sensors for Home Assistant
|
|
#
|
|
# For more information and updates, visit:
|
|
# https://www.vcloudinfo.com/click-here
|
|
#
|
|
# Original Repository: https://github.com/CCOSTAN/Home-AssistantConfig
|
|
#-------------------------------------------
|
|
|
|
mqtt:
|
|
sensor:
|
|
- state_topic: "dash/medicine/medicine_time"
|
|
name: "Medicine time"
|
|
device_class: "timestamp"
|