Hey everyone, I’m trying to streamline my smart home setup by combining multiple automations into a single blueprint. I have around 90 automations, and managing them individually is getting a bit overwhelming. Let me share what I’m working on and see if anyone has tips or solutions!
I currently have automations like these for my bedroom lights:
alias: 2F Main Bedroom Light ON via Single Press
trigger:
- platform: state
entity_id: sensor.sonoff_a0a00a0a00
to: button_1_single
action: - type: toggle
device_id: 0000a0a0a0000a0a000aaa00000a00a
entity_id: switch.sonoff_a00a0a0aa0_0
domain: switch
mode: single
And another one for double presses:
alias: 2F Main Bedroom Light Extra ON via Double Press
trigger:
- platform: state
entity_id: sensor.sonoff_a0a0000a00
to: button_1_double
action: - type: toggle
device_id: 0000a0a0a0000a0a00a0aaa00000a00a
entity_id: switch.sonoff_000a0a0aa0_0
domain: switch
mode: single
I have similar setups for other rooms and devices, and it’s getting hard to keep track of everything. I want to consolidate these into one blueprint to make management easier. Has anyone successfully done something like this? What tools or methods did you use?
I’m also curious if there are any potential drawbacks or things I should be cautious about when combining so many automations. For example, could this affect performance or reliability? I’d love to hear your experiences and advice!
Thanks in advance for any insights or suggestions you can share. Let’s make our smart homes smarter together! ![]()