mirror of
https://github.com/esphome/esphome.git
synced 2025-10-29 22:24:26 +00:00
Allow entities to be disabled by default in HA (#2113)
Co-authored-by: Otto Winter <otto@otto-winter.com>
This commit is contained in:
@@ -137,10 +137,13 @@ sensor:
|
||||
name: "SelecEM2M Frequency"
|
||||
maximum_demand_active_power:
|
||||
name: "SelecEM2M Maximum Demand Active Power"
|
||||
disabled_by_default: true
|
||||
maximum_demand_reactive_power:
|
||||
name: "SelecEM2M Maximum Demand Reactive Power"
|
||||
disabled_by_default: true
|
||||
maximum_demand_apparent_power:
|
||||
name: "SelecEM2M Maximum Demand Apparent Power"
|
||||
disabled_by_default: true
|
||||
|
||||
- platform: t6615
|
||||
uart_id: uart2
|
||||
|
||||
Reference in New Issue
Block a user