Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.brother.sensor Namespace Reference

Classes

class  BrotherPrinterSensor
 
class  BrotherSensorEntityDescription
 

Functions

None async_setup_entry (HomeAssistant hass, BrotherConfigEntry entry, AddEntitiesCallback async_add_entities)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
string ATTR_COUNTER = "counter"
 
string ATTR_REMAINING_PAGES = "remaining_pages"
 

Detailed Description

Support for the Brother service.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.brother.sensor.async_setup_entry ( HomeAssistant  hass,
BrotherConfigEntry  entry,
AddEntitiesCallback  async_add_entities 
)
Add Brother entities from a config_entry.

Definition at line 303 of file sensor.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.brother.sensor._LOGGER = logging.getLogger(__name__)
private

Definition at line 33 of file sensor.py.

◆ ATTR_COUNTER

string homeassistant.components.brother.sensor.ATTR_COUNTER = "counter"

Definition at line 30 of file sensor.py.

◆ ATTR_REMAINING_PAGES

string homeassistant.components.brother.sensor.ATTR_REMAINING_PAGES = "remaining_pages"

Definition at line 31 of file sensor.py.