Hi all,
is this a bug ?
Automation - Homematic PS Switches not available for automation
why are they not available as Device which can be switched on by automation?
Details of the switches which cannot be used in automations:
PS Switches
Automation: the first device is an AVM DECT switch which is found and can be chosen. Both others are not found by name and not by ID. If try to trick it via YAML it even is not be used/allowed/removed.
Attributes of one of the PS Switches:
id: 00021BE99E397D
interface: ip
friendly_name: Garagenlicht links
device_class: outlet
Attributes of one of the PSM Switches:
friendly_name: HomematicRPI undSwitchzuBĂĽroTerasse
so I am to stupid to use customize options in the configuration.yaml - any suggestions why all of them are ignored/not used?
#PATH-TO-HA/configuration.yaml
# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:
homeassistant:
#time_zone: Europe/Berlin
media_dirs:
media: /media/
#recording: /mnt/recordings
customize:
# Add an entry for each entity that you want to overwrite.
sensor.tasmota_energy_supply:
unit_of_measurement: kWh
state_class: total_increasing
device_class: energy
switch.00021be99e397d
id: 00021BE99E397D
interface: ip
friendly_name: Garagenlicht links
device_class: ""
I tried to clean the attributes in this case, and the cusomizeation are all not used. Because I tried this some days ago with the tasmota device there which has also been ignored…
thanks
Marc