James Leighton

How to control Govee Scenes in Home Assistant

Here is how to use Govee Lightings Scenes within Home Assistant. This guide won't go into the details of how to install and configure Govee2MQTT and assumes you have already done this.

Prerequisites

How To

Create the Shortcut in the Govee App

Configure Your Shortcut

Tip: If you've saved custom designs in the app, find them under DIY. For evening lighting, Colour Temperature with the warmest setting works well.

Sync to Home Assistant

Test and Use

Button YAML Code

Add this code to a button to switch the Govee light to "nighttime". You can adapt this easily into scripts and automations.

show_name: true
show_icon: true
type: button
entity: scene.govee_to_mqtt_one_click_default_nighttime
tap_action:
  action: toggle

This is post 23 of #100DaysToOffload.

To respond on your own website, write a post which contains a link to this post - then enter the URl of your page here. Learn more about WebMentions.


#Home Assistant #How-To