1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-04 12:22:20 +01:00

Extend MQTT tests (#6648)

This commit is contained in:
Keith Burzinski
2024-04-30 23:49:20 -05:00
committed by GitHub
parent c299dff124
commit c69cdec052
8 changed files with 446 additions and 78 deletions

View File

@@ -1,15 +1,2 @@
wifi:
ssid: MySSID
password: password1
mqtt:
broker: test.mosquitto.org
port: 1883
discovery: true
discovery_prefix: homeassistant
log_topic:
on_message:
topic: testing/sensor/testing_sensor/state
qos: 0
then:
- logger.log: Mqtt Test
packages:
common: !include common.yaml