26 lines
952 B
YAML
26 lines
952 B
YAML
sensor:
|
|
- platform: mqtt_room
|
|
device_id: "d75fda56c990"
|
|
name: "Nissan Leaf LNM748 (BTB01)"
|
|
state_topic: "espresense/rooms"
|
|
timeout: 60
|
|
away_timeout: 120 # number of seconds after which the enitity will get status not_home
|
|
- platform: mqtt_room
|
|
device_id: "f54fe90c3d15"
|
|
name: "Mazda MPV KUU64 (BTB02)"
|
|
state_topic: "espresense/rooms"
|
|
timeout: 60
|
|
away_timeout: 120 # number of seconds after which the enitity will get status not_home
|
|
- platform: mqtt_room
|
|
device_id: "c5eba6d8e8fd"
|
|
name: "Vespa Scooter B8EJJ (BTB03)"
|
|
state_topic: "espresense/rooms"
|
|
timeout: 60
|
|
away_timeout: 120 # number of seconds after which the enitity will get status not_home
|
|
- platform: mqtt_room
|
|
device_id: "ed5e450c84a5"
|
|
name: "Zephyr Caravan Z556D (BTB04)"
|
|
state_topic: "espresense/rooms"
|
|
timeout: 60
|
|
away_timeout: 120 # number of seconds after which the enitity will get status not_home
|