Hi there,
I need to be able to switch my tablet screen on when someone rings the bell, independently of the correct screen state (OFF, or already switched on). I found the right entity to switch it on or off, but for the moment I test it with a chips card where only “toggle” is available :
type: custom:mushroom-chips-card
chips:
- type: entity
entity: switch.lenovo_tab_m10_plus_3rd_gen_screen
tap_action:
action: **toggle**
use_entity_picture: false
name: VTO2000 screen
At the end, I want the screen to be turned on when someone rings whatever the current state of the tablet screen is … so is there another possibility than “toggle”, otherwise the issue will be that if the screen is already switched ON, the toggle will switch it off when someone rings !