Skip to content
This repository has been archived by the owner on Sep 27, 2022. It is now read-only.

FzzyLizzy/MQTChroma

Repository files navigation

MQTChroma

Control your razer chroma peripherals with an MQTT message

xmGCXvu

MQTT

Topic payload
MQTChroma/{PCNAME}/Chroma 255,255,255

home assistant configuration

light:
  - platform: mqtt
    name: "MQTChroma"
    brightness_scale: 255
    state_topic: "MQTChroma/{PCNAME}/status"
    command_topic: "MQTChroma/{PCNAME}/switch"
    rgb_state_topic: "MQTChroma/{PCNAME}/Chroma"
    rgb_command_topic: "MQTChroma/{PCNAME}/Chroma"