Configuring Harmony Hub

Hi all, so very glad I gounf this forum!

I’m very new to HA and I hope to find some direction here.

I have Hassio running on my Pi3 have Homebridge running and was successful in adding my Wemo devices on HomeKit, I do have a harmony trigger that turns my hub off and turning my tv off when added to my “goodnight” scene. But I’m also trying to figure out how to beable to turn it on aswell. If I try within the HA screen the toggle turns on then auto turns off after s second or two. Also I have a saved device (ir controlled fireplace) and I was wondering if there was a way to add that specific device without having it set as a activity within Harmony?

If I add it as a activity it turns my tv off if I try to turn it on while watching tv.

It would be awesome to figure this out then I can tackle my next goal of adding motion sensors into HomeKit!

I tried but was unsuccessful in adding lines in my configuration yaml.

Thanks so very much in advance!

Corey

As they say, there is usually more than one way to skin a cat, but the easiest way I have found is to add that device to the harmony hub, grab the associated code from your harmony.conf file found in your /config folder, setup a boolean switch that when switched calls a script that starts the activity/device, and expose that boolean switch to HomeKit.

Then you can say to Siri “Turn on/off X”.

Thanks! I’ll have to see if I can figure that out. Atleast I have a direction now! I appreciate it!

You should have the fireplace set up in harmony as a device and then it is controllable in HA like everything else.

Read the component doc, it explains what to do.

I would think so, but not all activities are showing up. The device is setup in the Harmony app.

Is there a way to get HA to rediscover devices?

I’m sorry, this is a very noob question so please excuse me. I tried for hours last night to get this to work.

Ok so I got this far

Now, I’m not sure what to do or where to place it.
Do I do something like

  • service: input_boolean.toggle
    data:
    entity_id: input_boolean.fireplace

I’m sure there’s more to it then this, I’m so lost :frowning:

If you’ve added the device in Harmony since first setting up the hub in HA you’ll either need to delete the conf file and restart HA or run “remote.harmony_sync” from the services page in the HA front end. it doesn’t automatically update.

1 Like

The switch shows up but doesn’t do anything.

I really wish I could figure this out.

Thanks for all your suggestions and help Bobby!

Activities

32605693 - Fireplace
32445672 - TV
-1 - PowerOff
32703455 - Heat
32529341 - Apple Tv

Device Commands
52958238 - Apple TV
DirectionDown
DirectionLeft
DirectionRight
DirectionUp
Select
Stop
Play
Rewind
Pause
FastForward
SkipBack
SkipForward
Menu
Back
Home
Pair
Reboot
UnPair
VideoMode
52670895 - Fireplace
PowerToggle
Backlight
Flame Color
Heat
InputCoaxial
InputOptical
InputUsb
Mute
53140764 - Sony Faketv
PowerOff
PowerOn
PowerToggle
10+
NumberEnter
.
0
1
2
3
4
5
6
7
8
9
Mute
VolumeDown
VolumeUp
ChannelPrev
ChannelDown
ChannelUp
DirectionDown
DirectionLeft
DirectionRight
DirectionUp
Select
Stop
Play
Rewind
Pause
FastForward
Record
Menu
Program
Teletext
PipInput
PipMove
PipSwap
PipToggle
PictureMode
ContrastDown
ContrastUp
ScanDown
ScanUp
SoundMode
Sleep
Green
Red
Blue
Yellow
Guide
Info
Exit
Aspect
Display
PictureMode
ContrastDown
ContrastUp
Active
Add
AutoPGM
BrightDown
BrightUp
Caption
Caption/Zm
CenterSpeaker
ColorDown
ColorUp
Digital
Enter
Erase
Favorites
Freeze
Greater10
GuideOff
HeadPhones
iLink
Index
Input1
Input5.1
InputAV2
InputComponent1
InputComponent2
InputHD1
InputHD2
InputHdmi
InputHdmi1
InputHdmi2
InputHdmi3
InputMtsMpx
InputNext
InputRgb1
InputRgb2
InputTuner
InputTuner2
InputVideo
InputVideo 1/MD
InputVideo1
InputVideo2
InputVideo3
InputVideo4
InputVideo5
InputVideo6
InputVideo7
InputVideo8
InputYc
InputYuv
MemoryStick
MenuToggle
Mode
Normal/Full
Palette
PictureOff
Pip Channel Down
Pip Channel Up
PipAudio
PipOff
Recall
Reset
Settings
SharpnessDown
SharpnessUp
SoundField
SpeakerToggle
Text
Time
Tv/Video
TwinView
WakeUp
Wide
Zoom UP-L
52957067 - Samsung TV
PowerOff
PowerOn
PowerToggle
-
0
1
2
3
4
5
6
7
8
9
Mute
VolumeDown
VolumeUp
ChannelPrev
ChannelDown
ChannelUp
DirectionDown
DirectionLeft
DirectionRight
DirectionUp
Select
Stop
Play
Rewind
Pause
FastForward
Return
Menu
C
B
D
A
Sleep
Green
Red
Blue
Yellow
Guide
Info
Exit
P.Size
CC
ChannelList
EManual
InputAv
InputComponent
InputHdmi1
InputHdmi2
InputTv
Media.P
Source
Tools
52951183 - HDMI Switch
1
2
3
Select
Back
Camera
Enter
Input1
Input2
Input3
InputNext
InputPrev
Ok
PIP
52956729 - Vizio TV
PowerOff
PowerOn
PowerToggle
Enter
-
0
1
2
3
4
5
6
7
8
9
Mute
VolumeDown
VolumeUp
ChannelPrev
ChannelDown
ChannelUp
DirectionDown
DirectionLeft
DirectionRight
DirectionUp
OK
Stop
Play
Rewind
Pause
FastForward
Record
Menu
Back
List
Green
Red
Blue
Yellow
Guide
Info
Exit
Wide
Netflix
3D
Amazon
Input
InputAv
InputComponent
InputHdmi1
InputHdmi2
InputHdmi3
InputHdmi4
InputMedia
InputTv
M-Go
On/Off
VIA
Vudu
52734769 - Cloud Photos
DirectionDown
DirectionLeft
DirectionRight
DirectionUp
Select
Stop
Play
Rewind
Pause
FastForward
SkipBack
SkipForward
Menu
Back
Home
NextChapter
Pair
PrevChapter
Reboot
UnPair
VideoMode
52670666 - Pace DVR
NumberEnter
0
1
2
3
4
5
6
7
8
9
Clear
Mute
VolumeDown
VolumeUp
ChannelPrev
ChannelDown
ChannelUp
DirectionDown
DirectionLeft
DirectionRight
DirectionUp
Select
Play
Rewind
Pause
FastForward
Record
Slow
SkipBack
SkipForward
Menu
Back
LiveTv
ThumbsDown
ThumbsUp
TiVo
Green
Red
Blue
Yellow
Guide
Info
Zoom
Fireplace On/Off
FP Backlight
FP Color
Heat
OnDemand
PF Down
PF Exit
PF Input
PF Power
PF Right
PF Tools
Photo Frame Power

heres my config log, all of this was in there prior to HA install

What im trying to do is turn on Device Fireplace, press “heat”, Press “color” press “color” press “backlight”

also turning on my tv would be great, it does however turn it off just not on.

Example from the component doc…

service: remote.send_command
data:
  entity_id: remote.tv_room
  command:
    - home
    - 1
    - 2
  device: 4576546
  delay_secs: 0.6

But your conf file doesn’t seem to be showing your fireplace properly as there is no device number in front of it.

Last night I removed all unused devices and activities. heres my newest log of devices.

Activities
32445672 - TV
-1 - PowerOff

Device Commands
52958238 - Apple TV
DirectionDown
DirectionLeft
DirectionRight
DirectionUp
Select
Stop
Play
Rewind
Pause
FastForward
SkipBack
SkipForward
Menu
Back
Home
Pair
Reboot
UnPair
VideoMode
52670895 - Fireplace
PowerToggle
Backlight
Flame Color
Heat
InputCoaxial
InputOptical
InputUsb
Mute
On/Off
52957067 - Samsung TV
PowerOff
PowerOn
PowerToggle
-
0
1
2
3
4
5
6
7
8
9
Mute
VolumeDown
VolumeUp
ChannelPrev
ChannelDown
ChannelUp
DirectionDown
DirectionLeft
DirectionRight
DirectionUp
Select
Stop
Play
Rewind
Pause
FastForward
Return
Menu
C
B
D
A
Sleep
Green
Red
Blue
Yellow
Guide
Info
Exit
P.Size
CC
ChannelList
EManual
InputAv
InputComponent
InputHdmi1
InputHdmi2
InputTv
Media.P
Source
Tools
52951183 - HDMI Switch
1
2
3
Select
Back
Camera
Enter
Input1
Input2
Input3
InputNext
InputPrev
Ok
PIP
52956729 - Vizio TV
PowerOff
PowerOn
PowerToggle
Enter
-
0
1
2
3
4
5
6
7
8
9
Mute
VolumeDown
VolumeUp
ChannelPrev
ChannelDown
ChannelUp
DirectionDown
DirectionLeft
DirectionRight
DirectionUp
OK
Stop
Play
Rewind
Pause
FastForward
Record
Menu
Back
List
Green
Red
Blue
Yellow
Guide
Info
Exit
Wide
Netflix
3D
Amazon
Input
InputAv
InputComponent
InputHdmi1
InputHdmi2
InputHdmi3
InputHdmi4
InputMedia
InputTv
M-Go
On/Off
VIA
Vudu
52734769 - Cloud Photos
DirectionDown
DirectionLeft
DirectionRight
DirectionUp
Select
Stop
Play
Rewind
Pause
FastForward
SkipBack
SkipForward
Menu
Back
Home
NextChapter
Pair
PrevChapter
Reboot
UnPair
VideoMode
52670666 - Pace DVR
NumberEnter
0
1
2
3
4
5
6
7
8
9
Clear
Mute
VolumeDown
VolumeUp
ChannelPrev
ChannelDown
ChannelUp
DirectionDown
DirectionLeft
DirectionRight
DirectionUp
Select
Play
Rewind
Pause
FastForward
Record
Slow
SkipBack
SkipForward
Menu
Back
LiveTv
ThumbsDown
ThumbsUp
TiVo
Green
Red
Blue
Yellow
Guide
Info
Zoom
Fireplace On/Off
FP Backlight
FP Color
Heat
OnDemand
PF Down
PF Exit
PF Input
PF Power
PF Right
PF Tools
Photo Frame Power
Isn’t this what I need?
52670895 - Fireplace
PowerToggle
Backlight
Flame Color
Heat
InputCoaxial
InputOptical
InputUsb
Mute
On/Off

That’s better, so following the example in the doc you’d have…

service: remote.send_command
data:
  entity_id: remote.whatever_you_called_your_harmony
  command:
    - PowerToggle
    - Backlight
    - Flame Color
    - Heat
  device: 52670895
  delay_secs: 0.6

So where do I place this at?

First I want to give a shout out to Jer78, he has helped me along this far and I want him to know how much I appreciate him!

This is what im seeing on my home screen.

1

Finally last night my Wemo devices were discovered by homebridge, even though its not showing.as loaded.

does anybody know how to fix this fireplace Boolean, it doesn’t work and is showing backlight & flame color

heres my config.

homeassistant:
  # Name of the location where Home Assistant is running
  name: Home
  # Location required to calculate the time the sun rises and sets
  latitude: 41.0979
  longitude: -80.7613
  # Impacts weather/sunrise data (altitude above sea level in meters)
  elevation: 0
  # metric for Metric, imperial for Imperial
  unit_system: imperial
  # Pick yours from here: http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
  time_zone: America/New_York

# Enables configuration UI
config:

# Cloud
cloud:

# Enables the frontend
frontend:

http:
  # Secrets are defined in the file secrets.yaml
  # api_password: !secret http_password
  # Uncomment this if you are using SSL/TLS, running in Docker container, etc.
  # base_url: example.duckdns.org:8123

# Allows you to issue voice commands from the frontend in enabled browsers
conversation:

# Discover some devices automatically
discovery:


# Enables support for tracking state changes over time
history:

# View all events in a logbook
logbook:

# Enables a map showing the location of tracked devices
map:

remote:
  - platform: harmony
    name: Living Room
    host: 192.168.86.47 #Add the IP address of your harmony remote
    # go to the secrets.yaml file and add your passwords there
    username: !secret harmony_username
    password: !secret harmony_password
    activity: 'TV'

# Track the sun
sun:

# Text to speech
tts:
  - platform: google

# Checks for available updates
updater:
  # Optional, allows Home Assistant developers to focus on popular components.
  # include_used_components: true
# Note: This component will send some information about your system to
# the developers to assist with development of Home Assistant.
# For more information, please see:
# https://home-assistant.io/blog/2016/10/25/explaining-the-updater/


############################################################
#             THESE SECTIONS ARE IN OTHER FILES            #
#    e.g. If you add a sensor, just put the platform in    #
#    the sensors.yaml file and not in this configuration   #
############################################################
custom: !include customize.yaml
sensor: !include sensors.yaml
input_boolean: !include input_booleans.yaml
input_select: !include input_selects.yaml
group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
############################################################

Automations:
#######################################################
# FIREPLACE #
#######################################################

  - id: fireplace_on
    alias: Turn on Fireplace
    initial_state: 'on'
    trigger:
      - platform: state
        entity_id: input_boolean.fireplace
        to: 'on'
    action:
      - service: remote.send_command
        entity_id: remote.livingroom
        data:
          device: "52670895"
          command: "On/Off"
      - service: remote.send_command
        entity_id: remote.livingroom
        data:
          device: "52670895"
          command: "Backlight"
      - service: remote.send_command
        entity_id: remote.livingroom
        data:
          device: "52670895"
          command: "Flame Color"
          num_repeats: 2
      - service: remote.send_command
        entity_id: remote.livingroom
        data:
          device: "52670895"
          command: "Heat"

  - id: fireplace_off
    alias: Turn off Fireplace
    initial_state: 'on'
    trigger:
      - platform: state
        entity_id: input_boolean.fireplace
        to: 'off'
    action:
      - service: remote.send_command
        entity_id: remote.livingroom
        data:
          device: "52670895"
          command: "On/Off"

#######################################################
#           LIVING ROOM HARMONY                       #
#######################################################

  - alias: "Living Room Harmony Hub Input"
    initial_state: on
    trigger:
      - platform: state
        entity_id: input_select.harmony_remote_living_room
    action:
      - service: script.turn_on
        data_template:
          entity_id: >-
            {% set living_room_harmony = states.input_select.harmony_remote_living_room.state %}
            {% if living_room_harmony == "TV"%}script.livingroom_harmony_tv
            {% else %}script.living_room_harmony_off
            {% endif %}

  - alias: "Living Room Harmony Hub"
    initial_state: on
    trigger:
      - platform: state
        entity_id: sensor.harmony_remote_living_room
      - platform: homeassistant
        event: start
    action:
      - service: input_select.select_option
        entity_id: input_select.harmony_remote_living_room
        data_template:
          option: >-
            {% set living_room_harmony = states.sensor.harmony_remote_living_room.state %}
            {{living_room_harmony}}

Groups:

  default_view:
    view: yes
    name: Home
    entities:
      - input_select.harmony_remote_living_room
      - sensor.livingroom_harmony_remote
      - sun.sun
      - sensor.yr_temperature
      - group.fireplace

 fireplace:
    view: no
    name: Fireplace
    entities:
      - input_boolean.fireplace
      - script.living_room_fireplace_backlight
      - script.living_room_fireplace_flame_color

Groups:

  default_view:
    view: yes
    name: Home
    entities:
      - input_select.harmony_remote_living_room
      - sensor.livingroom_harmony_remote
      - sun.sun
      - sensor.yr_temperature
      - group.fireplace

 fireplace:
    view: no
    name: Fireplace
    entities:
      - input_boolean.fireplace
      - script.living_room_fireplace_backlight
      - script.living_room_fireplace_flame_color

And my log

2018-03-26 04:43:26 WARNING (MainThread) [homeassistant.components.switch.wemo] Lost connection to Bed Light
2018-03-26 04:54:04 WARNING (MainThread) [homeassistant.components.switch.wemo] Lost connection to Bed Light
2018-03-26 04:54:09 WARNING (SyncWorker_15) [pywemo.ouimeaux_device.api.service] Error communicating with Bed Light, retry 0
2018-03-26 04:57:44 WARNING (MainThread) [homeassistant.components.switch.wemo] Lost connection to Bed Light
2018-03-26 04:58:50 WARNING (MainThread) [homeassistant.components.switch.wemo] Lost connection to Bed Light
2018-03-26 04:58:55 WARNING (SyncWorker_3) [pywemo.ouimeaux_device.api.service] Error communicating with Bed Light, retry 0
2018-03-26 04:59:34 WARNING (MainThread) [homeassistant.components.switch.wemo] Lost connection to Bed Light
2018-03-26 04:59:39 WARNING (SyncWorker_10) [pywemo.ouimeaux_device.api.service] Error communicating with Bed Light, retry 0
2018-03-26 05:00:18 WARNING (MainThread) [homeassistant.components.switch.wemo] Lost connection to Bed Light
2018-03-26 05:00:23 WARNING (SyncWorker_4) [pywemo.ouimeaux_device.api.service] Error communicating with Bed Light, retry 0
2018-03-26 05:02:52 WARNING (MainThread) [homeassistant.components.switch.wemo] Lost connection to Bed Light
2018-03-26 05:02:57 WARNING (SyncWorker_13) [pywemo.ouimeaux_device.api.service] Error communicating with Bed Light, retry 0
2018-03-26 08:28:20 WARNING (MainThread) [homeassistant.components.switch.wemo] Lost connection to Courtney Box Fan
2018-03-26 12:21:53 WARNING (MainThread) [homeassistant.components.switch.wemo] Lost connection to Bed Light
2018-03-26 17:58:35 ERROR (MainThread) [homeassistant.components] Config file not found: /config/customize.yaml
2018-03-26 17:58:37 ERROR (MainThread) [homeassistant.components.script] Config file not found: /config/customize.yaml
2018-03-26 17:58:38 ERROR (MainThread) [homeassistant.components.automation] Config file not found: /config/customize.yaml
2018-03-26 17:58:39 ERROR (MainThread) [homeassistant.components.group] Config file not found: /config/customize.yaml
2018-03-26 17:59:09 ERROR (MainThread) [homeassistant.components.hassio] starting version 3.2.4
Testing configuration at /config
Failed config
General Errors:
- Config file not found: /config/customize.yaml
Successful config (partial)

2018-03-26 18:14:32 ERROR (MainThread) [homeassistant.components.hassio] starting version 3.2.4
Testing configuration at /config
Failed config
General Errors:
- Component not found: data
- Component not found: custom
- Component not found: service
Successful config (partial)

2018-03-26 18:17:08 ERROR (MainThread) [homeassistant.components.hassio] starting version 3.2.4
Testing configuration at /config
Failed config
General Errors:
- Component not found: data
- Component not found: custom
- Component not found: service
Successful config (partial)

2018-03-26 18:19:19 ERROR (MainThread) [homeassistant.components.hassio] starting version 3.2.4
Testing configuration at /config
ERROR:homeassistant.util.yaml:mapping values are not allowed here
in “/config/configuration.yaml”, line 61, column 14
Failed config
General Errors:
- mapping values are not allowed here
in “/config/configuration.yaml”, line 61, column 14
Successful config (partial)

2018-03-26 18:23:44 ERROR (MainThread) [homeassistant.components.hassio] starting version 3.2.4
Testing configuration at /config
ERROR:homeassistant.util.yaml:mapping values are not allowed here
in “/config/configuration.yaml”, line 61, column 14
Failed config
General Errors:
- mapping values are not allowed here
in “/config/configuration.yaml”, line 61, column 14
Successful config (partial)

2018-03-26 18:41:33 ERROR (MainThread) [homeassistant.components.hassio] starting version 3.2.4
Testing configuration at /config
ERROR:homeassistant.util.yaml:mapping values are not allowed here
in “/config/configuration.yaml”, line 61, column 14
Failed config
General Errors:
- mapping values are not allowed here
in “/config/configuration.yaml”, line 61, column 14
Successful config (partial)

2018-03-26 18:52:06 ERROR (MainThread) [homeassistant.components.hassio] starting version 3.2.4
Testing configuration at /config
ERROR:homeassistant.util.yaml:expected ‘’, but found ‘’
in “/config/input_selects.yaml”, line 8, column 1
Failed config
General Errors:
- expected ‘’, but found ‘’
in “/config/input_selects.yaml”, line 8, column 1
Successful config (partial)

2018-03-26 18:53:22 ERROR (MainThread) [homeassistant.components.hassio] starting version 3.2.4
Testing configuration at /config
ERROR:homeassistant.util.yaml:expected ‘’, but found ‘’
in “/config/input_selects.yaml”, line 8, column 1
Failed config
General Errors:
- expected ‘’, but found ‘’
in “/config/input_selects.yaml”, line 8, column 1
Successful config (partial)

2018-03-26 18:56:57 ERROR (MainThread) [homeassistant.components.hassio] starting version 3.2.4
Testing configuration at /config
ERROR:homeassistant.util.yaml:expected ‘’, but found ‘’
in “/config/input_selects.yaml”, line 8, column 1
Failed config
General Errors:
- expected ‘’, but found ‘’
in “/config/input_selects.yaml”, line 8, column 1
Successful config (partial)

2018-03-26 19:02:27 ERROR (MainThread) [homeassistant.components.hassio] starting version 3.2.4
Testing configuration at /config
ERROR:homeassistant.util.yaml:expected ‘’, but found ‘’
in “/config/input_selects.yaml”, line 8, column 1
Failed config
General Errors:
- expected ‘’, but found ‘’
in “/config/input_selects.yaml”, line 8, column 1
Successful config (partial)

2018-03-26 19:04:21 ERROR (MainThread) [homeassistant.components.hassio] starting version 3.2.4
Testing configuration at /config
ERROR:homeassistant.util.yaml:expected ‘’, but found ‘’
in “/config/input_selects.yaml”, line 8, column 1
Failed config
General Errors:
- expected ‘’, but found ‘’
in “/config/input_selects.yaml”, line 8, column 1
Successful config (partial)

2018-03-26 19:23:12 ERROR (MainThread) [homeassistant.components.hassio] starting version 3.2.4
Testing configuration at /config
Failed config
group:
- Invalid config for [group]: Entity ID input_boolean.fireplace - script.living_room_fireplace_backlight - script.living_room_fireplace_flame_color is an invalid entity id for dictionary value @ data[‘group’][‘fireplace’][‘entities’]. Got [‘input_boolean.fireplace - script.living_room_fireplace_backlight - script.living_room_fireplace_flame_color’]. (See /config/configuration.yaml, line 85). Please check the docs at https://home-assistant.io/components/group/
- automation: [source /config/configuration.yaml:86]
- action: [source /config/automations.yaml:12]
- data: [source /config/automations.yaml:15]
command: On/Off
device: 52670895
entity_id: remote.harmony_remote_living_room
service: remote.send_command
- data: [source /config/automations.yaml:20]
command: Backlight
device: 52670895
entity_id: remote.harmony_remote_living_room
service: remote.send_command
- data: [source /config/automations.yaml:25]
command: Flame Color
device: 52670895
num_repeats: 2
entity_id: remote.harmony_remote_living_room
service: remote.send_command
- data: [source /config/automations.yaml:31]
command: Heat
device: 52670895
entity_id: remote.harmony_remote_living_room
service: remote.send_command
alias: Turn on Fireplace
id: fireplace_on
initial_state: on
trigger: [source /config/automations.yaml:8]
- platform: state
entity_id: input_boolean.fireplace
to: on
- action: [source /config/automations.yaml:42]
- data: [source /config/automations.yaml:45]
command: On/Off
device: 52670895
entity_id: remote.harmony_remote_living_room
service: remote.send_command
alias: Turn off Fireplace
id: fireplace_off
initial_state: on
trigger: [source /config/automations.yaml:38]
- platform: state
entity_id: input_boolean.fireplace
to: off
- action: [source /config/automations.yaml:58]
- data_template: [source /config/automations.yaml:60]
entity_id: {% set living_room_harmony = states.input_select.harmony_remote_living_room.state %} {% if living_room_harmony == “TV”%}script.livingroom_harmony_tv {% else %}script.living_room_harmony_off {% endif %}
service: script.turn_on
alias: Living Room Harmony Hub Input
initial_state: True
trigger: [source /config/automations.yaml:55]
- platform: state
entity_id: input_select.harmony_remote_living_room
- action: [source /config/automations.yaml:74]
- data_template: [source /config/automations.yaml:77]
option: {% set living_room_harmony = states.sensor.harmony_remote_living_room.state %} {{living_room_harmony}}
entity_id: input_select.harmony_remote_living_room
service: input_select.select_option
alias: Living Room Harmony Hub
initial_state: True
trigger: [source /config/automations.yaml:69]
- platform: state
entity_id: sensor.harmony_remote_living_room
- platform: homeassistant
event: start
cloud: ?
config: ?
conversation: ?
custom: ?
discovery: ?
frontend: ?
group: [source /config/configuration.yaml:85]
default_view: [source /config/groups.yaml:1]
entities: [source /config/groups.yaml:4]
- input_select.harmony_remote_living_room
- sensor.livingroom_harmony_remote
- sun.sun
- sensor.yr_temperature
- group.fireplace
name: Home
view: True
fireplace: [source /config/groups.yaml:11]
entities: [source /config/groups.yaml:14]
- input_boolean.fireplace - script.living_room_fireplace_backlight - script.living_room_fireplace_flame_color
name: Fireplace
view: False
history: ?
http: ?
input_boolean: [source /config/configuration.yaml:83]
fireplace: [source /config/input_booleans.yaml:1]
icon: mdi:fire
name: Fireplace
input_select: [source /config/configuration.yaml:84]
harmony_remote_living_room: [source /config/input_selects.yaml:1]
icon: mdi:monitor
name: Living Room Harmony
options: [source /config/input_selects.yaml:4]
- PowerOff
- TV
logbook: ?
map: ?
panel_iframe: ?
terminal: ?
icon: mdi:console-line
title: Terminal
url: http://192.168.XX.XX
remote: [source /config/configuration.yaml:45]
- platform: harmony
activity: TV
host: 192.168.86.47
name: Living Room
password: REPLACE_WITH_HARMONY_PASSWORD
username: REPLACE_WITH_HARMONY_USERNAME
script: [source /config/configuration.yaml:87]
living_room_fireplace_backlight: [source /config/scripts.yaml:25]
sequence: [source /config/scripts.yaml:26]
- data: [source /config/scripts.yaml:29]
command: Backlight
device: 52670895
entity_id: remote.livingroom
service: remote.send_command
living_room_fireplace_flame_color: [source /config/scripts.yaml:33]
sequence: [source /config/scripts.yaml:34]
- data: [source /config/scripts.yaml:37]
command: Flame Color
device: 52670895
entity_id: remote.livingroom
service: remote.send_command
living_room_fireplace_heat: [source /config/scripts.yaml:17]
sequence: [source /config/scripts.yaml:18]
- data: [source /config/scripts.yaml:21]
command: Heat
device: 52670895
entity_id: remote.livingroom
service: remote.send_command
living_room_harmony_off: [source /config/scripts.yaml:12]
sequence: [source /config/scripts.yaml:13]
- entity_id: remote.livingroom
service: remote.turn_off
livingroom_harmony_tv: [source /config/scripts.yaml:5]
sequence: [source /config/scripts.yaml:6]
- data: [source /config/scripts.yaml:9]
activity: 32445672
entity_id: remote.livingroom
service: remote.turn_on
sensor: [source /config/configuration.yaml:82]
- platform: yr
forecast: 24
monitored_conditions: [source /config/sensors.yaml:4]
- temperature
- symbol
- precipitation
- windSpeed
- pressure
- humidity
name: Weather
- platform: template
sensors: [source /config/sensors.yaml:17]
harmony_remote_living_room: [source /config/sensors.yaml:18]
value_template: {{states.remote.livingroom.attributes.current_activity}}
sun: ?
tts: [source /config/configuration.yaml:64]
- platform: google
updater: ?
General Errors:
- Component not found: custom
Successful config (partial)
group:

does anybody know what is going on here? if you need anything else let me know! Thanks