Dummy Switch - "fake switch"

Hello, I am new in Home Assistant and i need a little help. I want to create “fake switch”, that will be integrated in HomeKit and Google Assistant. When i will toggle this switch in Google Assistant, it will be also toggled in HomeKit. In HomeKit i will create an automation, when this switch is on, open the garage and when is off, close the garage. Can anybody please help me? I will need a little help with the configuration, because i am new in Home Assistant. I know how to integrate HomeKit and Google assistant, but i dont know how to create this “fake switch”. Thanks for every comment

Settings ->Devices & services → Helpers → + Create helper → Toggle

1 Like

any way to do this as a switch, not a boolean?

Any specific reason why a boolean is a problem ?

It will act like a on/off switch, in my use case I use it to pause motion based events if I’m busy in the garden

image

Which I use in this button

code here
type: custom:button-card
color_type: card
entity: input_boolean.motion_detection_disabled
name: Motion Alerts
size: 10%
state:
  - value: 'on'
    color: red
    icon: mdi:alert
    styles:
      card:
        - animation: blink 2s ease infinite
  - operator: default
    color: green
    icon: mdi:shield-check

image

To act as a trigger for an automation