Skip to content

Services to replace entity's states and attributes with anything you want.

License

Notifications You must be signed in to change notification settings

cataseven/Entity-Wizard-for-Home-Assistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Entity-Wizard

Services to replace entity's states and attributes with anything you want.

Services Schemas

Replace State

action: python_script.entity_wizard
metadata: {}
data:
    action: set_state
    entity_id: person.mine
    state: home

Replace Attribute

action: python_script.entity_wizard
metadata: {}
data:
    action: set_attributes
    entity_id: media_player.salon_tv
    attributes:
        volume_level: 0.5

Replace State & Attribute

action: python_script.entity_wizard
metadata: {}
data:
  action: set_state_attributes
  entity_id: light.salon_lambasi
  state: 'on'
  attributes:
    color_name: red

Delete Attribute

action: python_script.entity_wizard
metadata: {}
data:
  action: delete_attribute
  entity_id: light.salon_lambasi
  attribute: color_temp

About

Services to replace entity's states and attributes with anything you want.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages