dlsniper / hass-obs

OBS MQTT Status to Home Assistant
7 stars 1 forks source link

Cannot see in HA #1

Open kszere opened 1 year ago

kszere commented 1 year ago

I use Mosquitto broker MQTT. Auto detection not woks.

I try add to configuration.yaml:

mqtt:
  sensor:
    - name: "OBS Wyse"
      state_topic: "ha_wyse/state"
      icon: "mdi:video-wireless"
      force_update: true
      qos: 1
      payload_available: "online"
      payload_not_available: "offline"
      json_attributes_topic: "ha_wyse/attributes"

... and I still can't see.

Can any peaople help me? I need controol switch scenes for display tv ads.

lludlow commented 1 year ago

I just set this up tonight, and it is working with autodiscovery. I'm using the mosquito addon and followed the readme.